summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX
AgeCommit message (Collapse)AuthorFilesLines
2002-09-26buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-03-15Updated p5-XML-SAX to 0.09 (provided by Shell Hung in pkg/15557)martti3-6/+7
- 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
2002-01-30Initial import of p5-XML-SAX-0.07mjl5-0/+52
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.