diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-27 14:03:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-27 14:03:58 +0000 |
commit | c50f610598b8b9b6845102d6029f623169637dca (patch) | |
tree | 188d52bf2fc21083918601984145b8f7961b5595 /textproc/p5-XML-SAX/Makefile | |
parent | 1d5c125b58f5d463a707fca80b3776fbee0ba16f (diff) | |
download | pkgsrc-c50f610598b8b9b6845102d6029f623169637dca.tar.gz |
Update to 0.15:
0.15 08 Feb 2007 Grant McLean
- Fixed handling of entities in attribute values
- Cleaned up some benign warnings
0.14 23 Apr 2006 Matt Sergeant
- Fixed CDATA section parsing (Uwe Voelker)
- Fix Makefile.PL for VMS
- Support calling set_handler() mid-parse
- Fix for when random modules overload UNIVERSAL::AUTOLOAD()
- Fix case when ParserDetails.ini isn't being updated but we are doing an
upgrade.
0.13 24 Oct 2005 Matt Sergeant
- Complete re-write of XML::SAX::PurePerl for performance
- Support Encoding & XMLVersion in DocumentLocator interface
- A few conformance tweaks to match perl SAX 2.1.
Diffstat (limited to 'textproc/p5-XML-SAX/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 2d79a4f2260..8e3d5eb8be3 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2006/11/05 16:30:43 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2007/02/27 14:03:58 wiz Exp $ -DISTNAME= XML-SAX-0.12 +DISTNAME= XML-SAX-0.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} |