diff options
author | martti <martti@pkgsrc.org> | 2002-03-15 12:47:16 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-15 12:47:16 +0000 |
commit | ee58d21bf45ac1faa4ad2071cb539a65c460ea63 (patch) | |
tree | 0332a1fde2608d8487e3f2ae9305048b39677c54 /textproc/p5-XML-SAX/Makefile | |
parent | 1c9a11d453ce7518bdf927dac77ca1ddd79bd4af (diff) | |
download | pkgsrc-ee58d21bf45ac1faa4ad2071cb539a65c460ea63.tar.gz |
Updated p5-XML-SAX to 0.09 (provided by Shell Hung in pkg/15557)
- 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
Diffstat (limited to 'textproc/p5-XML-SAX/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 2732de8f547..ff2ddf88931 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/30 22:16:50 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/15 12:47:16 martti Exp $ -DISTNAME= XML-SAX-0.07 +DISTNAME= XML-SAX-0.09 PKGNAME= p5-${DISTNAME} #SVR4_PKGNAME= CATEGORIES= textproc perl5 |