diff options
author | shell <shell@pkgsrc.org> | 2002-04-17 11:03:26 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-17 11:03:26 +0000 |
commit | b16d78796a79331eee028134b68f8012afa6499a (patch) | |
tree | 1858f95bc935d6cc7d53c64e60818667e180f88b /textproc/p5-XML-Checker | |
parent | 84f2c0a166a4ca0ca87c09bd51e33c2330924f16 (diff) | |
download | pkgsrc-b16d78796a79331eee028134b68f8012afa6499a.tar.gz |
Updated to p5-XML-Checker-0.11
Changes since p5-XML-Checker-0.10 :
- Corrected the token abbreviation sub
- Added error 170, Element can't be empty
- Added strict and warnings pragmas
- Added two new tests, t/empty_elt.t and t/high_elt_number.t
Diffstat (limited to 'textproc/p5-XML-Checker')
-rw-r--r-- | textproc/p5-XML-Checker/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Checker/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-XML-Checker/Makefile b/textproc/p5-XML-Checker/Makefile index f6ac728133a..028b1a896a2 100644 --- a/textproc/p5-XML-Checker/Makefile +++ b/textproc/p5-XML-Checker/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/30 21:55:31 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/17 11:03:26 shell Exp $ -DISTNAME= XML-Checker-0.10 +DISTNAME= XML-Checker-0.11 PKGNAME= p5-${DISTNAME} #SVR4_PKGNAME= CATEGORIES= textproc perl5 diff --git a/textproc/p5-XML-Checker/distinfo b/textproc/p5-XML-Checker/distinfo index 9ad6d762d1f..b01c3198a9c 100644 --- a/textproc/p5-XML-Checker/distinfo +++ b/textproc/p5-XML-Checker/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/01/30 21:55:31 mjl Exp $ +$NetBSD: distinfo,v 1.2 2002/04/17 11:03:26 shell Exp $ -SHA1 (XML-Checker-0.10.tar.gz) = 08c8238cd44dcb02bb18e5db578cc810fc9a7e70 -Size (XML-Checker-0.10.tar.gz) = 31571 bytes +SHA1 (XML-Checker-0.11.tar.gz) = 7e49781f870c7a6773e047cf7caf37472a3ff296 +Size (XML-Checker-0.11.tar.gz) = 33762 bytes |