Revision history for XML-Parsepp
0.08 - 2014-12-28T09:24:30+01:00
[DOCUMENTATION]
- Migrate to Dist::Zilla
0.07 - 2014-09-20T19:29:17+01:00
[DOCUMENTATION]
- Add a .gitignore file
- Changelog dates are better written as YYYY.MM.DD and probably ordered in
the other, descending, direction
Remark: I have decided to follow the ISO 8601 standard at
http://www.w3.org/TR/NOTE-datetime
- Just use a Makefile.PL and not a Build.PL the latter does not have any
added value any more
- In Makefile.PL ==> meta files link to repository
0.06 - 2012-08-19T12:00:00+01:00
[DOCUMENTATION]
- Add references to XML::Parsepp::Testgen to the documentation and
update Test0100.t to comply with XML::Parsepp::Testgen
0.05 - 2012-08-07T12:00:00+01:00
[DOCUMENTATION]
- Correct error in Makefile.PL ==> VERSION_FROM =>
0.04 - 2012-08-04T12:00:00+01:00
[ENHANCEMENTS]
- The concatenation string XML::Parsepp->new(dupatt => $str) is
restricted to printable ascii excluding " and '
[DOCUMENTATION]
- Add some examples to the README file
0.03 - 2012-07-28T12:00:00+01:00
[ENHANCEMENTS]
- die with duplicate attributes (and allow duplicate attributes
with a special option XML::Parsepp->new(dupatt => ';')
0.02 - 2012-06-30T12:00:00+01:00
[ENHANCEMENTS]
- added methods XML::Parsepp->parsefile('REC-xml-19980210.xml');
XML::Parsepp->parse('<foo id="me">Hello World</foo>');
XML::Parsepp->new(Handlers => {Start => \&handle_start,
End => \&handle_end, Char => \&handle_char});
0.01 - 2012-05-01T12:00:00+01:00
[ENHANCEMENTS]
- First version, released on an unsuspecting world.