- updated to 2016060801
see /usr/share/doc/packages/perl-Regexp-Common/Changes
Version 2016060801 Wed Jun 8 14:40:04 CEST 2016
+ Removed the optional leading 0 from Australian postal codes -- use -lax
to enable this feature.
+ Improved the patterns for Belgian, Danish, Greenlandic, Swiss, Italian,
German, French, and Norwegian postal codes, only matching actual
valid codes.
This implies rewriting their tests from scratch.
+ Added patterns for postal codes for Liechtenstein, Luxembourg,
Monaco, San Marino, and Vatican City.
+ 2315992 tests in 73 files.
Version 2016060201 Thu Jun 2 02:58:35 CEST 2016
+ Improved Australian zip code pattern; pattern matches current zip codes
+ Tests for Australian zip now use Test::Regexp.
+ Stop distributing author tests.
+ 522126 tests in 68 files.
Version 2016060101 Wed Jun 1 00:34:17 CEST 2016
+ We ceased to support pre-5.10.0 perls.
+ Fix warnings for older perls ($RE {delimited})
+ Removed t/test_keep.t
+ Improved testing for square numbers.
+ Updated the Copyright notices to include the current year.
+ 481918 tests in 72 files.
OBS-URL: https://build.opensuse.org/request/show/407688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Regexp-Common?expand=0&rev=28
- updated to 2013031301
+ 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.
OBS-URL: https://build.opensuse.org/request/show/178528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Regexp-Common?expand=0&rev=21
+ 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common?expand=0&rev=18
- updated to 2011121001
+ Fixed a few cases where $[ was used instead of $].
(RT 73033 by Father Chrysostomos <sprout@cpan.org>)
+ Typo fix in docs (P Ramakers <pramakers@gmail.com>)
+ Add an explicite 1 to end the main module; otherwise it may fail under Mason
(Luciano Rocha <luciano.rocha@booking.com>)
Version 2011041801 Mon Apr 18 11:18:19 CEST 2011
+ Created tests for Pascal comments.
+ https schemes are now included in $RE {URI}
+ Document non-anchoring (RT 55549)
+ Fix POD typos (RT 67549 by Salvatore Bonaccorso <carnil@debian.org>)
OBS-URL: https://build.opensuse.org/request/show/103815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Regexp-Common?expand=0&rev=18
+ Fixed a few cases where $[ was used instead of $].
(RT 73033 by Father Chrysostomos <sprout@cpan.org>)
+ Typo fix in docs (P Ramakers <pramakers@gmail.com>)
+ Add an explicite 1 to end the main module; otherwise it may fail under Mason
(Luciano Rocha <luciano.rocha@booking.com>)
Version 2011041801 Mon Apr 18 11:18:19 CEST 2011
+ Created tests for Pascal comments.
+ https schemes are now included in $RE {URI}
+ Document non-anchoring (RT 55549)
+ Fix POD typos (RT 67549 by Salvatore Bonaccorso <carnil@debian.org>)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common?expand=0&rev=15
Playing the CPANTS game
+ Adjustments for 5.005.
+ Add $VERSION to all submodules (RT #53250)
Version 2009123001 Wed Dec 30 03:58:27 2009 +0100
+ Added Changes file, removed them from README.
+ Remove CVS traces.
+ Modernize Makefile.PL
+ POD tests
+ Work around a Darwin 9.0 on 5.8.8 issue. (RT #43786)
+ Fix POD issues. (RT #34886) (RT #48974)
+ Fail faster on some URI subpatterns (RT #52309)
+ Added many people to the Acknowledgements section.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common?expand=0&rev=11