XML-Reader
view release on metacpan or search on metacpan
Now I am introducing two new dummy *.pm files with their proper Packages
rename pod/XML-Reader-de.pod into lib/XML/Reader/German.pm
rename pod/XML-Reader-fr.pod into lib/XML/Reader/French.pm
0.22 - 2009-09-18T09:42:04+01:00
[DOCUMENTATION]
- Needed to bump up the version number due to wrong indexing of the
pod/XML-Reader-de/-fr.pod file in http://search.cpan.org/
Basically, I am renaming/relocating the two files
pod/XML-Reader-de.pod into lib/XML/Reader-de.pod
pod/XML-Reader-fr.pod into lib/XML/Reader-fr.pod
0.21 - 2009-09-12T11:16:08+01:00
[BUG FIX]
- in method XML::Reader::DESTROY()
replace $self->{ExpatNB}->parse_done;
by $self->{ExpatNB}->release;
( run in 0.989 second using v1.01-cache-2.11-cpan-5511b514fd6 )