including ParserDetails.ini statically in PLIST we put it in an example
directory (can you call an empty file an example? :-) and let
CONF_FILES take care of copying it to the correct place.
This way "pkg_admin check" will not report an incorrect checksum.
- Made sure SAX.ini works as documented
- Fixed when you specify Module (version)
- Base: Merged in XML::SAX::Base 1.04 (including memory leak fixes)
- ParserFactory: Made it do what the docs say when you specify
a module version number.
- SAX: Fixed XML::SAX::Intro typo.
- ParserFactory: Fixed (and test) broken version in parser pkg
- PurePerl: Fixed PubidChar missing '-'
- ParserFactory: Allow version in parser package
- PurePerl: Performance enhancements
- PurePerl: Line End handling implemented.
- PurePerl: Attribute Value Normalization implemented.
- PurePerl: Fixed element copying for end_element
- Fixes for perl 5.7.2
XML::SAX is a SAX parser access API for Perl. It includes classes
and APIs required for implementing SAX drivers, along with a factory
class for returning any SAX parser installed on the user's system.
Older version (0.6) provided by Shell Hung in PR/15087.