Update to 2013031301

Changelog:
Version 2013031301 Wed Mar 13 12:03:41 CET 2013
+ Pattern for IPv6 addresses. Requested by Guy Edwards and many others.
  RT 50693.

Version 2013031201 Tue Mar 12 15:44:48 CET 2013
+ Allow host/domain names to start with a digit, using
  $RE{net}{domain}{-rfc1101}. Requested by Guy Edwards and many others.
  RT 23626.

Version 2013031101 Mon Mar 11 21:02:45 CET 2013
+ For integers and decimal numbers (reals), allow the user to specify the
  pattern of the signs (leading sign, and for reals, the sign of the exponent).
  This gives the user the option to ask for a pattern that matches unsigned
  numbers (by specifying the empty string as the pattern).
  Requested by "Wilson, Jonathan" <jonathan.wilson@Vanderbilt.Edu>.

Version 2013030901 Sat Mar  9 14:51:42 CET 2013
+ Use (?-1) instead of (??{ }) for the recursive balanced pattern.
  This makes the pattern unavailable for pre-5.010 perls.
This commit is contained in:
ryoon 2013-04-21 13:01:04 +00:00
parent e29fac21bf
commit dfdae5d9bc
2 changed files with 6 additions and 7 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.18 2012/10/25 06:56:19 asau Exp $
# $NetBSD: Makefile,v 1.19 2013/04/21 13:01:04 ryoon Exp $
#
DISTNAME= Regexp-Common-2011121001
DISTNAME= Regexp-Common-2013031301
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2012/07/06 12:54:51 sno Exp $
$NetBSD: distinfo,v 1.10 2013/04/21 13:01:04 ryoon Exp $
SHA1 (Regexp-Common-2011121001.tar.gz) = 9fba14d863212bf0b251e0b3de87fb0ce5e6775b
RMD160 (Regexp-Common-2011121001.tar.gz) = edfb7d6b8e8c3e4d67ed1cfe62499dac37464ccc
Size (Regexp-Common-2011121001.tar.gz) = 114141 bytes
SHA1 (Regexp-Common-2013031301.tar.gz) = f8e53e84204bba33d67fd164ed18bdd75c7e932e
RMD160 (Regexp-Common-2013031301.tar.gz) = efbfef2ae31dff9b15db53840f1d0d1ef5eb8b43
Size (Regexp-Common-2013031301.tar.gz) = 115724 bytes