Froc has asked for the wisdom of the Perl Monks concerning the following question:
Am using SuSE 7.1 and CPAN install for XML::Writer.
Everything goes fine until test 40 which tells me
"Attempt to free unreferenced scalar at test.pl line
513" and that make seg faulted.
Line 513 is: $writer->emptyTag('foo:foo');
Any ideas?