diff options
author | wiz <wiz> | 2004-12-09 18:20:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-09 18:20:38 +0000 |
commit | a6251971ec87aa2ce88f180f43346572dc2b6321 (patch) | |
tree | 46b934327b51b199165cccaff6df15e357777b00 /textproc/p5-Regexp-Common | |
parent | e2b7182cee6a6935d1fc44b5afc9add9d472975c (diff) | |
download | pkgsrc-a6251971ec87aa2ce88f180f43346572dc2b6321.tar.gz |
Update to 2.117, provided by Dieter Roelants in PR 28558:
2.117 Thu Jul 1 12:11:47 CEST 2004
- Fixed problems with squares and 32bit integer Perls.
- Pod nits in Regexp::Common (Jim Cromie)
- $VERSION fix in Regexp::Common::URI::RFCC2384 (Mike Arms)
- Discuss unwanted matching in Regexp::Common::net (Charles Thomas)
- 132238 tests in 48 files.
2.116 Wed Jun 30 11:37:45 CEST 2004
- Restricted recognition of squares to numbers less than
9000000000000000, to avoid problems with round-off errors.
- Fixed an off-by-one error in t/zip/spain.t which caused some
test to fail when they shouldn't.
- 132235 tests in 48 files.
2.115 Wed Jun 9 23:59:13 2004
- Patterns for comments of ABC, Caml, CLU, COBOL, ECMAScript,
Icon, J, JavaScript, Lisp, M, MUMPS.
- Patterns for postal codes of Norway, Italy and Spain.
- Patterns for US SSN.
- New way of doing tests using t::Common, giving more control
to test program.
- Random generators in t::Common.
- Cut down on tests in test_lingua_palindrome.t.
- Fixed bug in t/zip/australia.t could cause an infinite loop.
- 132225 tests in 48 files.
2.114 Sun May 25 21:34:56 2003
- Fix to t/zip/greenland.t to avoid generating valid zipcodes
when testing for failures.
- Fixes to t/URI/gopher.t and t/URI/wais.t to avoid warnings.
- Australian postal codes now accept '0909'. (Ron Savage)
- Added comments for 'C--', 'C#', 'Cg', 'Nickle', 'PL/SQL', 'QML'
and SLIDE.
- Fixed the assignment of the version number to $VERSION in 6 classes.
- 158287 tests in 44 files.
- 134 patterns in 11 classes and 12 subclasses.
Diffstat (limited to 'textproc/p5-Regexp-Common')
-rw-r--r-- | textproc/p5-Regexp-Common/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Regexp-Common/Makefile b/textproc/p5-Regexp-Common/Makefile index a0dec906d52..9a64d07cfc3 100644 --- a/textproc/p5-Regexp-Common/Makefile +++ b/textproc/p5-Regexp-Common/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/04 23:21:15 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/09 18:20:38 wiz Exp $ # -DISTNAME= Regexp-Common-2.113 +DISTNAME= Regexp-Common-2.117 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/} diff --git a/textproc/p5-Regexp-Common/distinfo b/textproc/p5-Regexp-Common/distinfo index 318acac3c23..8ba2cd07542 100644 --- a/textproc/p5-Regexp-Common/distinfo +++ b/textproc/p5-Regexp-Common/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/03/04 23:21:15 minskim Exp $ +$NetBSD: distinfo,v 1.2 2004/12/09 18:20:38 wiz Exp $ -SHA1 (Regexp-Common-2.113.tar.gz) = 6cc1312438cce311626c70f151816229fa8e7de1 -Size (Regexp-Common-2.113.tar.gz) = 136055 bytes +SHA1 (Regexp-Common-2.117.tar.gz) = 8f77a2189674eeed53b1a9470dd4d8de617f30b9 +Size (Regexp-Common-2.117.tar.gz) = 100179 bytes |