XML-Reader

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    add Build.PL

0.29 - 2009-10-29T14:20:21+01:00

  [ENHANCEMENTS]

  - Add {filter => 5}

0.28 - 2009-10-13T11:35:54+01:00

  [ENHANCEMENTS]

  - Allow multiple roots in 'slurp_xml'

  [DOCUMENTATION]

  - inject a "use 5.008" into Makefile.PL

0.27 - 2009-10-10T14:24:33+01:00

  [ENHANCEMENTS]

  - Change the way 'slurp_xml' handles its parameters

0.26 - 2009-10-09T11:41:32+01:00

  [ENHANCEMENTS]

  - Introduce a new function: 'slurp_xml' to slurp xml into an array-ref

0.25 - 2009-09-20T17:34:28+01:00

  [DOCUMENTATION]

  - Need to bump up the version number, the indexing is still not working.
    renamed the two *.pm files into *.pod again.

0.24 - 2009-09-19T08:29:45+01:00

  [DOCUMENTATION]

  - Need to bump up the version number again, the indexing is still not working.
    That's probably due to the missing =pod directive.
    I have now added the =pod directive and I keep my fingers crossed

0.23 - 2009-09-19T08:41:26+01:00

  [DOCUMENTATION]

  - Needed to bump up the version number again due to wrong indexing.
    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;

  [DOCUMENTATION]

  - in XML::Reader->new(): inject an {XR_debug} into $self->{ExpatNB}, if so requested
    by $opt{debug}

  - add t/0030_test.t to test that XML::Reader does not leak memory

  - explain documentation (=item is_value) in more detail

  - translate POD-documentation into French: pod/XML-Reader-fr.pod
    translate POD-documentation into German: pod/XML-Reader-de.pod

  - re-licence under the Artistic licence

0.20 - 2009-08-25T12:05:55+01:00

  [ENHANCEMENTS]

  - add method is_value()

  [DOCUMENTATION]

  - add some example code to parse an XML file with XML::Reader

0.19 - 2009-08-22T10:59:28+01:00

  [DEPRECATIONS]

  - remove option {filter => 0} and {filter => 1}

  - remove method new()

  [ENHANCEMENTS]

  - introducing "use Carp" and "croak"

  [DOCUMENTATION]

  - clean up documentation and test cases

0.18 - 2009-07-30T11:30:05+01:00

  [DEPRECATIONS]

  - remove method XML::Reader->is_init_attr()

  [ENHANCEMENTS]

  - add processing instructions ("PI")



( run in 0.806 second using v1.01-cache-2.11-cpan-71847e10f99 )