diff options
author | mjl <mjl@pkgsrc.org> | 2003-04-25 17:07:18 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-04-25 17:07:18 +0000 |
commit | 820713ef2e16c5fcd3b7c5583905b7d9529726bc (patch) | |
tree | c78f5561213b5da26e16006d04463da0f3779155 /textproc | |
parent | 3a77850e7be1d0be9db97a813b940d5b1519a8bf (diff) | |
download | pkgsrc-820713ef2e16c5fcd3b7c5583905b7d9529726bc.tar.gz |
Update p5-Text-Balanced to 1.94
- Fixed subtle bug in gen_extract_tagged
- Doc fix: removed suggestion that extract_tagged defaults
to matching HTML tags
- Doc fix: clarified general matching behaviour
- Fixed bug in parsing /.../ after a (
- Doc fix: documented extract_variable
- Fixed extract_variable handling of $h{qr}, $h{tr}, etc.
- Fixed incorrect handling of $::var
- Fixed error count on t/extract_variable.t
- Fixed bug in extract_codelike when non-standard delimiters used
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Balanced/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Balanced/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile index bbfe35a878f..49ce9d7b67c 100644 --- a/textproc/p5-Text-Balanced/Makefile +++ b/textproc/p5-Text-Balanced/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/10/02 15:26:25 seb Exp $ +# $NetBSD: Makefile,v 1.6 2003/04/25 17:07:18 mjl Exp $ # -DISTNAME= Text-Balanced-1.89 +DISTNAME= Text-Balanced-1.94 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tba CATEGORIES= textproc perl5 diff --git a/textproc/p5-Text-Balanced/distinfo b/textproc/p5-Text-Balanced/distinfo index 968db5602fa..206709c51a8 100644 --- a/textproc/p5-Text-Balanced/distinfo +++ b/textproc/p5-Text-Balanced/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/01/19 03:54:08 mjl Exp $ +$NetBSD: distinfo,v 1.4 2003/04/25 17:07:18 mjl Exp $ -SHA1 (Text-Balanced-1.89.tar.gz) = 2d98c2d4f3a698123bfcf0bf02fd42d0641adf76 -Size (Text-Balanced-1.89.tar.gz) = 27355 bytes +SHA1 (Text-Balanced-1.94.tar.gz) = 5c1e079205156dbe88fa55dbd084283d4a5e2327 +Size (Text-Balanced-1.94.tar.gz) = 28006 bytes |