[libregexp-common-perl] branch master updated (06567a6 -> dea60e1)

Salvatore Bonaccorso carnil at debian.org
Wed Jun 1 04:45:17 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  06567a6   Prepare changelog for release
      adds  7f9a959   Imported Upstream version 2016060101
       new  a0205ff   Merge tag 'upstream/2016060101'
       new  ccd1ab0   Update debian/changelog
       new  dea60e1   Prepare changelog for release

The 3 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                           |   8 ++
 MANIFEST                          |   3 +-
 META.json                         |   4 +-
 META.yml                          |   4 +-
 Makefile.PL                       |   4 +-
 README                            |   7 +-
 debian/changelog                  |   6 ++
 lib/Regexp/Common.pm              |  23 ++----
 lib/Regexp/Common/CC.pm           |  13 +--
 lib/Regexp/Common/SEN.pm          |   8 +-
 lib/Regexp/Common/URI.pm          |  16 ++--
 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     |  16 +---
 lib/Regexp/Common/balanced.pm     |  12 +--
 lib/Regexp/Common/comment.pm      |  19 ++---
 lib/Regexp/Common/delimited.pm    |  21 +++--
 lib/Regexp/Common/lingua.pm       |  11 +--
 lib/Regexp/Common/list.pm         |  10 ++-
 lib/Regexp/Common/net.pm          |  14 ++--
 lib/Regexp/Common/number.pm       |  57 ++++++++------
 lib/Regexp/Common/profanity.pm    |  10 ++-
 lib/Regexp/Common/whitespace.pm   |  10 ++-
 lib/Regexp/Common/zip.pm          |  15 ++--
 t/URI/gopher.t                    |   1 -
 t/URI/pop.t                       |   3 -
 t/URI/telnet.t                    |   2 -
 t/comment/delimited.t             |   5 +-
 t/comment/pascal.t                |   5 +-
 t/comment/single_line.t           |   1 -
 t/comment/single_or_multiline.t   |   5 +-
 t/net/111_ipv6.t                  |   8 --
 t/net/121_mac.t                   |   6 +-
 t/number/701_squares.t            |  62 +++++++++++++++
 t/test_balanced.t                 |   1 -
 t/test_bases.t                    |   4 +-
 t/test_bases_sep.t                |   6 +-
 t/test_comments.t                 |   3 -
 t/test_i.t                        |   8 +-
 t/test_keep.t                     | 161 --------------------------------------
 t/test_lingua_palindrome.t        |   8 --
 t/test_squares.t                  |  69 ----------------
 t/test_sub.t                      |   9 +--
 t/test_sub_named.t                |   9 +--
 t/zip/denmark.t                   |  12 ++-
 61 files changed, 274 insertions(+), 477 deletions(-)
 create mode 100755 t/number/701_squares.t
 delete mode 100755 t/test_keep.t
 delete mode 100755 t/test_squares.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