Opened 9 years ago
Closed 9 years ago
#7906 closed enhancement (fixed)
Regexp-Common-2016060801
Reported by: | Douglas R. Reno | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 7.10 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by ) ¶
Didn't we just update this? (was 2016060201, now 2016060801).
Change History (6)
comment:1 by , 9 years ago
Priority: | normal → low |
---|
comment:2 by , 9 years ago
Milestone: | 7.10 → hold |
---|---|
Summary: | Regexp-Common-2016060101 → Regexp-Common-2016060201 (Revisit June 10 or later) |
Just check. Nine! "releases" in six days:
Regexp-Common-2016 05 28 01.tar.gz 28-May-2016 00:50 121K Regexp-Common-2016 05 28 02.tar.gz 28-May-2016 01:50 121K Regexp-Common-2016 05 28 03.tar.gz 28-May-2016 12:32 122K Regexp-Common-2016 05 28 04.tar.gz 28-May-2016 23:35 124K Regexp-Common-2016 05 29 01.tar.gz 29-May-2016 23:12 126K Regexp-Common-2016 05 30 01.tar.gz 30-May-2016 14:22 126K Regexp-Common-2016 05 31 01.tar.gz 31-May-2016 00:42 129K Regexp-Common-2016 06 01 01.tar.gz 01-Jun-2016 00:55 127K Regexp-Common-2016 06 02 01.tar.gz 02-Jun-2016 10:59 131K
Changes seem trivial:
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. Version 2016053101 Tue May 31 00:16:57 CEST 2016 + Added a pattern for Austrian postal codes. (RT 53299) Version 2016053001 Mon May 30 14:12:17 CEST 2016 + No change at all, work around PAUSE issues. Version 2016052901 Sun May 29 22:46:42 CEST 2016 + Fix POD nit (RT 103850) + Don't run author only tests, unless AUTHOR_TESTING is set (RT 90600) + Added a 'strict' option to matching IPv4 addresses. (RT 93437) + 392978 tests in 71 files. Version 2016052804 Sat May 28 23:24:37 CEST 2016 + Fix issues with matching Roman numerals, where the pattern wasn't greedy enough. (RT 104353) + Allow Roman numerals to match sequences of 4 Is, Xs, Cs and Ms. This raises the maximum number to be matched to 4999 (MMMMCMXCIX) + POD nits (Debian Perl Group) + 387994 tests in 67 files. Version 2016052803 Sat May 28 12:24:06 CEST 2016 + POD nits (Debian Perl Group) + Eliminate the use of s///r (Slaven Rezix) + Require 5.014 for the 'bquote' pattern. Version 2016052802 Sat May 28 01:40:43 CEST 2016 + Document what is captured for the 'bquote' pattern. Version 2016052801 Sat May 28 00:40:22 CEST 2016 + When multiple delimiters are given, wrap the clauses inside a (?|). This makes that, under -keep, the used delimiters are always in $2 and $4, and the string between the delimiters is always in $3. A requirement on 5.10.0 is now in place for the 'delimited' and 'quoted' patterns. + The 'delimited' pattern now allows specifying closing delimiters which are different from the opening delimiters. + Added a 'bquoted' pattern, which is a shortcut for using the 'delimited' pattern with 85 mirror imaged bracketing constructs. + 248427 tests in 67 files.
comment:3 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I'll be doing texlive 2016 this week (both binary, then source), followed by building all the extras from source with latest versions (biber needs this module). So I'll take this using whatever is the current release when I get to it.
comment:4 by , 9 years ago
Milestone: | hold → 7.10 |
---|
comment:5 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | Regexp-Common-2016060201 (Revisit June 10 or later) → Regexp-Common-2016060801 |
Now includes further changes to match postal codes in various European countries.
Note:
See TracTickets
for help on using tickets.
This is the third 'release' in three days. Let's hold off for a week or so for it to settle down.