[libregexp-common-perl] branch master updated (c64512b -> 8271c46)

Salvatore Bonaccorso carnil at debian.org
Sat May 28 11:51: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  c64512b   Prepare changelog for release
      adds  3202142   Set +x bit
      adds  ad18a2b   Wrap the delimited clauses inside a (?|)
      adds  81a03cd   Allow alternative closing delimiters for the 'delimited' pattern.
      adds  76ab2d1   Set +x bit
      adds  4efd53e   Moved tests for delimited into a directory
      adds  8279e27   Added the 'bquoted' pattern.
      adds  e9a0fe1   Typo fix in POD
      adds  505fba8   Upped version
      adds  8d73bf5   Fix spelling of t/000_boilerplate
      adds  1e60b5c   Remove +x bit
      adds  26f67ae   Document the effects of -keep for the bquote pattern
      adds  3ba53e4   Upped version
      adds  14a7cdb   Fix typo in POD. (Spotted by the Debian Perl Group)
      adds  7ad7373   Fix POD syntax, and the syntax in the POD.
      adds  e19aa45   Eliminate the use of s///r
      adds  90232b6   Require 5.014 for the 'bquote' pattern.
      adds  b007ed5   Fix typo
      adds  59756d8   Upped version for next release
      adds  8152a68   Document bquote needs 5.14.0 or up.
      adds  dcbda1c   Imported Upstream version 2016052803
       new  470a3b6   Merge tag 'upstream/2016052803'
       new  c258d56   Update debian/changelog
       new  305eede   Refresh spelling-error-in-manpage.patch
       new  8271c46   Update debian/changelog file

The 4 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                                        |   5 +
 META.json                                      |   2 +-
 META.yml                                       |   2 +-
 README                                         |   2 +-
 debian/changelog                               |   8 +
 debian/patches/spelling-error-in-manpage.patch |  11 --
 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                 | 261 +++++++++++++------------
 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                       |   2 +-
 t/delimited/111_bquoted.t                      |   5 +
 40 files changed, 187 insertions(+), 173 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