[libregexp-common-perl] branch master updated (dea60e1 -> 9a4256c)

Salvatore Bonaccorso carnil at debian.org
Thu Jun 2 16:12:09 UTC 2016


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  dea60e1   Prepare changelog for release
      adds  a2ced99   Fix warnings in older perls for $RE {delimited} and friends.
      adds  0db2d94   Removed t/test_keep.t
      adds  548bfcd   Improved testing for square numbers.
      adds  a267d9f   Dropping support for pre 5.10.0 perls.
      adds  46903e4   Script to update copyright notices
      adds  7a8b294   Updates Copyright notices
      adds  85918b8   Upped version
      adds  3687a37   Mention number of tests
      adds  69c2fe4   Add fix_copyright to MANIFEST.SKIP
      adds  76cd6f3   Adjust number of tests
      adds  a348c05   Extract a list of Australian zip codes.
      adds  d614973   Skip to the list of postcodes before parsing.
      adds  9c6ab37   Output numbers as ranges.
      adds  991e61d   Started work on improved Australian zip code.
      adds  7712fdf   Extend the Australian zip pattern up to 6997.
      adds  c7614b4   Complete pattern for Australian postal codes.
      adds  d0d5567   Test prefixes for Australian postal codes.
      adds  5b87d62   Fix version number in POD
      adds  fdca028   Updated Changes file
      adds  5eb1bee   Set +x bit
      adds  50114b4   Move author tests to MANIFEST.SKIP
      adds  678dfae   Upped version
      adds  e0fccb0   Updated changes file
      adds  e1b5a8b   Mention number of tests in Changes file
      adds  013c577   Imported Upstream version 2016060201
       new  62a91ed   Merge tag 'upstream/2016060201'
       new  9a4256c   Update debian/changelog

The 2 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                                  |   6 +
 MANIFEST                                 |   8 +-
 META.json                                |   2 +-
 META.yml                                 |   2 +-
 README                                   |   2 +-
 debian/changelog                         |   6 +
 lib/Regexp/Common.pm                     |   2 +-
 lib/Regexp/Common/CC.pm                  |   2 +-
 lib/Regexp/Common/SEN.pm                 |   2 +-
 lib/Regexp/Common/URI.pm                 |   2 +-
 lib/Regexp/Common/URI/RFC1035.pm         |   2 +-
 lib/Regexp/Common/URI/RFC1738.pm         |   2 +-
 lib/Regexp/Common/URI/RFC1808.pm         |   2 +-
 lib/Regexp/Common/URI/RFC2384.pm         |   2 +-
 lib/Regexp/Common/URI/RFC2396.pm         |   2 +-
 lib/Regexp/Common/URI/RFC2806.pm         |   2 +-
 lib/Regexp/Common/URI/fax.pm             |   2 +-
 lib/Regexp/Common/URI/file.pm            |   2 +-
 lib/Regexp/Common/URI/ftp.pm             |   2 +-
 lib/Regexp/Common/URI/gopher.pm          |   2 +-
 lib/Regexp/Common/URI/http.pm            |   2 +-
 lib/Regexp/Common/URI/news.pm            |   2 +-
 lib/Regexp/Common/URI/pop.pm             |   2 +-
 lib/Regexp/Common/URI/prospero.pm        |   2 +-
 lib/Regexp/Common/URI/tel.pm             |   2 +-
 lib/Regexp/Common/URI/telnet.pm          |   2 +-
 lib/Regexp/Common/URI/tv.pm              |   2 +-
 lib/Regexp/Common/URI/wais.pm            |   2 +-
 lib/Regexp/Common/_support.pm            |   2 +-
 lib/Regexp/Common/balanced.pm            |   2 +-
 lib/Regexp/Common/comment.pm             |   2 +-
 lib/Regexp/Common/delimited.pm           |   2 +-
 lib/Regexp/Common/lingua.pm              |   2 +-
 lib/Regexp/Common/list.pm                |   2 +-
 lib/Regexp/Common/net.pm                 |   2 +-
 lib/Regexp/Common/number.pm              |   2 +-
 lib/Regexp/Common/profanity.pm           |   2 +-
 lib/Regexp/Common/whitespace.pm          |   2 +-
 lib/Regexp/Common/zip.pm                 | 146 ++++++++++++++++++--
 t/zip/111_australia.t                    | 228 +++++++++++++++++++++++++++++++
 t/zip/{102_austria.t => 112_australia.t} |  38 +++---
 t/zip/australia.t                        | 217 -----------------------------
 t/zzz_author_tests/101_pod.t             |  24 ----
 t/zzz_author_tests/102_pod_coverage.t    |  25 ----
 t/zzz_author_tests/120_versions.t        | 105 --------------
 t/zzz_author_tests/130_permissions.t     |  42 ------
 t/zzz_author_tests/140_git.t             |  44 ------
 47 files changed, 430 insertions(+), 529 deletions(-)
 create mode 100755 t/zip/111_australia.t
 copy t/zip/{102_austria.t => 112_australia.t} (67%)
 delete mode 100755 t/zip/australia.t
 delete mode 100755 t/zzz_author_tests/101_pod.t
 delete mode 100755 t/zzz_author_tests/102_pod_coverage.t
 delete mode 100755 t/zzz_author_tests/120_versions.t
 delete mode 100755 t/zzz_author_tests/130_permissions.t
 delete mode 100755 t/zzz_author_tests/140_git.t

-- 
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