Changes for version 0.06
- Change the obvious error in MinWriter.pm: previously: if ($intro =~ m{\A xml}xmsi and $intro !~ m{/\A xml-stylesheet \z/}xmsi) { now : if ($intro =~ m{\A xml}xmsi and $intro !~ m{\A xml-stylesheet \z}xmsi) {
Modules
Perl extension for writing XML in PYX format.