The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for MKDoc::XML 

0.51 Fri Sep 19 16:48:10 2003
    - Changed lib/MKDoc/XML.pm and Makefile.PL so that it can be picked
      up by Petal's Makefile.PL

0.5 Fri Sep 19 16:37:12 2003
    - Improved MKDoc::XML::Encode and MKDoc::XML::Decode
    - Added definition loading to MKDoc::XML::Stripper

0.4 Fri Sep 19 12:15:23 2003
    - Fixed Robin Berjon's reported bug about tokenizer not dying on invalid comment
    - Fixed MKDoc::XML::Token incorrectly parsing attributes in single quotes
    - Fixed MKDoc::XML::Token not parsing attributes spanned on many lines
    - Fixed bogus regexes in is_self_close() method
    - Fixed MKDoc::XML::Token not parsing attributes containing '-'

0.3 Wed Sep 17 15:40:50 2003
    - Fixed patrick's reported bug "XML::Stripper" not compiling
    - Fixed patrick's reported bug "p tag not closing"

0.2 Thu Sep 11 16:19:46 2003
    - Applied Bruno's documentation typo patches
    - MKDoc::XML::Encode initial release
    - MKDoc::XML::EncodeHO initial release
    - MKDoc::XML::Decode initial release
    - MKDoc::XML::Dumper initial release

0.1 Thu Sep  4 12:02:03 2003
    - MKDoc::XML::Token initial release
    - MKDoc::XML::Tokenizer initial release
    - MKDoc::XML::TreeBuilder initial release
    - MKDoc::XML::Stripper initial release
    - MKDoc::XML::Tagger initial release