[libregexp-common-perl] branch master updated (58a8432 -> 5de6cdd)
Salvatore Bonaccorso
carnil at debian.org
Sat Jun 17 14:58:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
carnil pushed a change to branch master
in repository libregexp-common-perl.
from 58a8432 update changelog
adds 0094c00 Utility function to condense a list of numbers into a regular expression
adds 1e604ec Disable leading 0s being optional by default.
adds eb6b851 Typo fix in POD
adds 2723132 Utility to extract zip codes and turn them into patterns or ranges.
adds b27e5b2 Ignore *.txt files
adds 6d1a7f4 Merge the extracting of Australian zip codes into the general utility.
adds fe945d5 Smarter dealing with parameters
adds 8c08058 Improved output for ranges.
adds 2aad48d Reworked patterns for Belgian zip codes.
adds 7eebbfb More Austrian postal codes.
adds 28494bd Drop a set of non-capturing parenthesis
adds b49797b Reformatting
adds 8d77f11 Add LICENSE file.
adds 496fc87 Improve reporting requirements.
adds 8e0d691 Get all licenses in MYMETA.json
adds 60ee92d Add new LICENSE file to MANIFEST
adds 5529808 A futile excercise: using prereqs in META_MERGE
adds af9c3bf Document where the Belgian zip codes come from
adds 728c617 Take advantage of a common prefix.
adds 522da59 Format generated patterns for postal codes.
adds f5f37ff Improved the pattern for Danish postal codes.
adds 3e2a9f7 Refactor common code into a module.
adds 512bd2d Delete old test file
adds 6b84498 Rewrote the pattern for Greenlandic postal codes.
adds 3ed344b Update table, reflecting recent changes.
adds 63ad6d2 Default to using geonames as the extraction method.
adds fc83c35 Even better formatting, reducing the manual tasks.
adds 43ac360 Don't print leading 0s.
adds f0894fa Improved the pattern to Norwegian postal codes.
adds 88df48d $zip instead of zip
adds 4f37741 Rename file in MANIFEST
adds e18d316 Postal codes for Liechtenstein
adds 522f86a Get prereqs in META_MERGE to actually merge.
adds 01f5318 Add BUILD_REQUIRES, CONFIGURE_REQUIRES and TEST_REQUIRES arguments.
adds 9daa8b9 Add postal code 9489 to Liechtenstein.
adds 026185d Mention another source of postal code data
adds 8c9c963 Format ranges depending on the width of the postal code.
adds 5ff5ea9 Improved Swiss zip codes
adds 00a6063 Improve formatting of patterns:
adds e1fab38 Improve pattern for Italian postal codes.
adds 225db9b Improved pattern for German postal codes.
adds cff8a8f Extract postal codes from Luxembourg.
adds 532b08e Ignore csv files.
adds db6060d Added a pattern for postal codes of Luxembourg
adds 22fa705 Pattern for French postal codes.
adds cd742c2 Fix order in table
adds 9f5befe Added postal codes for Monaco.
adds 6224f1f Zip codes for San Marino
adds bdb45a2 Postal code from Vatican City
adds 71435ac Fix POD syntax errors
adds 4658019 Fix spelling errors
adds 7fce717 Licence -> License
adds 5e7d323 Fix spelling
adds 0f6b4c1 Upped version
adds 980af33 Mention number of tests
adds 300a54d Prepare for 5.26.
adds a445d26 Upped version
adds 213fca4 Perl 5.26 no longer has "." in @INC by default.
adds 5d8321e Documentation improvements
adds 7303586 Upped version
adds 084e979 Upped copyright years
adds 540f3d1 New upstream version 2017060201
new 4452ccc Merge tag 'upstream/2017060201'
new 180a027 Update debian/changelog
new de7bd6a Update copyright years for upstream files
new 212d2f6 Update copyright years for debian/* packaging files
new 7fd0b28 Declare compliance with Debian policy 4.0.0
new 5de6cdd Prepare changelog for release
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 3 +++
META.json | 10 ++++------
META.yml | 9 +++------
README | 4 ++--
debian/changelog | 11 +++++++++--
debian/control | 2 +-
debian/copyright | 6 +++---
lib/Regexp/Common.pm | 6 +++---
lib/Regexp/Common/CC.pm | 4 ++--
lib/Regexp/Common/SEN.pm | 4 ++--
lib/Regexp/Common/URI.pm | 4 ++--
lib/Regexp/Common/URI/RFC1035.pm | 4 ++--
lib/Regexp/Common/URI/RFC1738.pm | 4 ++--
lib/Regexp/Common/URI/RFC1808.pm | 4 ++--
lib/Regexp/Common/URI/RFC2384.pm | 4 ++--
lib/Regexp/Common/URI/RFC2396.pm | 4 ++--
lib/Regexp/Common/URI/RFC2806.pm | 4 ++--
lib/Regexp/Common/URI/fax.pm | 4 ++--
lib/Regexp/Common/URI/file.pm | 4 ++--
lib/Regexp/Common/URI/ftp.pm | 4 ++--
lib/Regexp/Common/URI/gopher.pm | 4 ++--
lib/Regexp/Common/URI/http.pm | 4 ++--
lib/Regexp/Common/URI/news.pm | 4 ++--
lib/Regexp/Common/URI/pop.pm | 4 ++--
lib/Regexp/Common/URI/prospero.pm | 4 ++--
lib/Regexp/Common/URI/tel.pm | 4 ++--
lib/Regexp/Common/URI/telnet.pm | 4 ++--
lib/Regexp/Common/URI/tv.pm | 4 ++--
lib/Regexp/Common/URI/wais.pm | 4 ++--
lib/Regexp/Common/_support.pm | 4 ++--
lib/Regexp/Common/balanced.pm | 4 ++--
lib/Regexp/Common/comment.pm | 4 ++--
lib/Regexp/Common/delimited.pm | 4 ++--
lib/Regexp/Common/lingua.pm | 4 ++--
lib/Regexp/Common/list.pm | 4 ++--
lib/Regexp/Common/net.pm | 10 +++++-----
lib/Regexp/Common/number.pm | 4 ++--
lib/Regexp/Common/profanity.pm | 4 ++--
lib/Regexp/Common/whitespace.pm | 4 ++--
lib/Regexp/Common/zip.pm | 4 ++--
t/Common.pm | 2 +-
t/SEN/usa_ssn.t | 2 +-
t/URI/file.t | 2 +-
t/URI/gopher.t | 2 +-
t/URI/http.t | 2 +-
t/URI/news.t | 2 +-
t/URI/nntp.t | 2 +-
t/URI/pop.t | 2 +-
t/URI/prospero.t | 2 +-
t/URI/telnet.t | 2 +-
t/URI/wais.t | 2 +-
t/comment/delimited.t | 2 +-
t/comment/html.t | 2 +-
t/comment/nested.t | 2 +-
t/comment/pascal.t | 2 +-
t/comment/single_line.t | 2 +-
t/comment/single_or_multiline.t | 2 +-
t/number/decimal.t | 2 +-
t/number/number.t | 2 +-
t/zip/101_austria.t | 2 ++
t/zip/121_belgium.t | 2 ++
t/zip/131_denmark.t | 2 ++
t/zip/141_greenland.t | 2 ++
t/zip/151_norway.t | 2 ++
t/zip/161_liechtenstein.t | 2 ++
t/zip/171_switzerland.t | 2 ++
t/zip/181_italy.t | 2 ++
t/zip/191_germany.t | 2 ++
t/zip/201_luxembourg.t | 2 ++
t/zip/211_france.t | 2 ++
t/zip/221_monaco.t | 2 ++
t/zip/231_san-marino.t | 2 ++
t/zip/241_vatican-city.t | 2 ++
t/zip/us.t | 2 +-
74 files changed, 143 insertions(+), 110 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libregexp-common-perl.git
More information about the Pkg-perl-cvs-commits
mailing list