[libregexp-common-perl] branch master updated (d65a6c2 -> bc8dc43)

Salvatore Bonaccorso carnil at debian.org
Thu Jan 7 20:33:06 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  d65a6c2   Prepare changelog for release
      adds  fc8a2a8   Release 0.01
      adds  806ec15   Release 0.02
      adds  5827462   Release 0.03
      adds  9aa12b4   Release 0.05
      adds  d1b33a8   Release 0.07
      adds  fa9ccfa   Release 0.08
      adds  8c766a4   Release 0.09
      adds  fdbb2c6   Release 1.20
      adds  968bd99   Release 1.29
      adds  4dba676   Release 1.30
      adds  86bca66   Release 2.103
      adds  c57a3d7   Release 2.104
      adds  cae4fd9   Release 2.105
      adds  665e909   Release 2.106
      adds  acfe399   Release 2.107
      adds  fd0f910   Release 2.108
      adds  e1df528   Release 2.109
      adds  a7e707a   Release 2.110
      adds  f6ecf19   Release 2.111
      adds  42685f8   Release 2.112
      adds  078e220   Release 2.113
      adds  d31b106   Release 2.115
      adds  3c9265b   Release 2.116
      adds  b75c597   Release 2.117
      adds  d809fe9   Release 2.118
      adds  5e940d5   Release 2.119
      adds  28f997e   Release 2.120
      adds  7c2aef1   Release 2.122
      adds  2669ab3   .gitignore
      adds  4beeeb2   MANIFEST.SKIP
      adds  d2b9dd4   Extracted change history from README into Changes
      adds  b71f071   Removed CVS traces
      adds  7f7f805   Modernized Makefile.PL
      adds  7ca6061   Set VERSION manually
      adds  28cd8cd   Removed individual file VERSIONs
      adds  8e02436   Document changes
      adds  eb998fd   Removed checks for VERSION
      adds  72bd8e4   Run all tests
      adds  1e99037   Fix plan and sequence numbers
      adds  2dd066d   Fix plan
      adds  ede1849   Remove extra =pod
      adds  fff4a5b   Fix POD syntax error
      adds  0ddc880   Fix POD syntax error
      adds  b29f90d   POD & Kwalitee tests
      adds  f0e2cde   Exclude some patterns for Darwin 9.0 on 5.8.8
      adds  2a533ac   Fixes of POD issues.
      adds  0c99d64   Document Changes
      adds  f048ee8   Fix POD fixes
      adds  9da6cd6   Upped VERSION, Copyright year; Added github URL
      adds  b456d33   Let some sub expressions fail faster (at the expensive of matching slower).
      adds  f907895   Document change
      adds  5a29f8f   Typo fix
      adds  44d4933   Fix POD issues.
      adds  f7d5bdb   Document changes
      adds  c8769ff   Added more people to the acknowledgements
      adds  e1095aa   Another ack
      adds  ec2e18e   Document change
      adds  de7b40c   Documentation clearification
      adds  ac6a01f   More Acks
      adds  bb13b45   More Acks
      adds  652a5c4   More Acks
      adds  efc2ca9   Mention LICENSE in the last =head1 to satisfy CPANTS
      adds  6ae8903   Mention release time
      adds  6185da0   Start documenting changes for next release
      adds  9ce1bc6   Make POD test "work" on 5.005
      adds  a90fcbf   Use "use warnings" instead of using $^W
      adds  fc03c4d   Remove usage of ^W
      adds  1c6b5c2   Document POD issues with pre-5.6.0 perl
      adds  23fb5be   Upped VERSION
      adds  0529a5f   Add $VERSION to all submodules. (RT #53250)
      adds  f6d5475   Document change; add acknowledgement
      adds  833a689   Upped VERSION
      adds  54dad08   Script to update all the VERSION numbers
      adds  56f5299   Do not test Kwalitee
      adds  bbd8b12   Make $RE {num} {decimal} and $RE {num} {real} no longer match a lone dot.
      adds  37d4eda   Fix typo in repository name
      adds  3a2e53c   Fix RT 2833. (Doc patch)
      adds  b585ff9   Allow "skipping" test results.
      adds  46efd37   Added support for JavaDoc comments. (RT 13174)
      adds  98b46ca   Upped version
      adds  d54d88d   Pod fix
      adds  f863ec5   Tests for Pascal comments
      adds  051362e   Upped version
      adds  b0958d0   Allow https schemes in $RE {URI}
      adds  36ff328   Add a paragraph about (non)anchoring
      adds  3b14820   Update copyright year
      adds  8ba142a   Document changes
      adds  8f2c4f1   POD typos
      adds  9f73e1e   Upped version
      adds  eb1c421   Typo fix in POD
      adds  8b6d8f0   Add an explicite 1 to end the main module; otherwise it may fail under Mason
      adds  f362c08   Update META.yml
      adds  2279159   Deleted META.yml from top level directory
      adds  fafd6c4   Change $[ into $]
      adds  bde5abf   Use (?-1) instead of (??{ }) for the recursive balanced pattern. This makes the pattern unavailable for pre-5.010 perls.
      adds  68dfcbd   Specify a pattern for the sign of numbers.
      adds  b736586   Allow host/domain names to start with a digit, using $RE{net}{domain}{-rfc1101}.
      adds  66a288e   Update README file.
      adds  b585a77   Fix version name.
      adds  9455660   Fix name.
      adds  a15fb6f   Fix markup
      adds  153259c   Pattern for IPv6 addresses.
      adds  5fa520a   Roll out the pattern.
      adds  b588960   Add tests for {-keep} and {-sep}
      adds  d7a4a4a   Added some caching.
      adds  3718ef0   Document {net}{IPv6}
      adds  80070ba   Merge branch 'ipv6'
      adds  dc4ae85   Version numbers and Changes entry.
      adds  2ce2f2a   Add new test file to MANIFEST
      adds  a986c73   Ignore *.tar.gz files
      adds  0f33859   Typo fixes (Jonathan Yu, and Gregor Herrmann <gregoa at cpan.org>).
      adds  4515119   Ignore *.tar.gz files.
      adds  3d7a49b   Merge branch 'master' of github.com:Abigail/Regexp--Common
      adds  24bc996   Force Darwin 10.0 on Perl 5.10.0 to run square tests in 32 bit mode
      adds  9b1b7f2   New test file.
      adds  b1c4e1c   Merge branch 'master' of github.com:Abigail/Regexp--Common
      adds  6ce6ea2   Tests for the integer pattern, using -base
      adds  d80368c   Mention new test files in MANIFEST
      adds  74260c1   Tests for integers using -places.
      adds  0b1e2cb   Mention new test file
      adds  bccdee7   Upper case the letters, as that's what's being used in bases > 10.
      adds  06640fe   Tests for integer patterns with -places.
      adds  8237f42   Mention new test file in MANIFEST
      adds  1fa677b   Tests combining -places and -base
      adds  31691a9   Use a common preamble
      adds  7104635   Use make_test.
      adds  7147e33   Added a file with boilerplate code for writing tests.
      adds  12495b7   Tests for -sep on integer patterns.
      adds  fedafe3   Test failures for -sep
      adds  7953acf   More testing for no matches
      adds  591bf35   Test the -group option for integer patterns
      adds  7349291   Make sure there is only one reason a match fails
      adds  1a5cbca   Remove old test file.
      adds  6396ca4   New version about to be released.
      adds  5d0efae   Fix "deprecated" warning in test file
      adds  7c1cff0   Imported Upstream version 2016010701
       new  7e03a27   Merge tag 'upstream/2016010701'
       new  bc8dc43   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                           |  13 ++
 MANIFEST                          |   8 +-
 META.json                         |   2 +-
 META.yml                          |   2 +-
 README                            |   2 +-
 debian/changelog                  |   6 +
 lib/Regexp/Common.pm              |   8 +-
 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          |   2 +-
 t/number/101_integer.t            | 160 ++++++++++++++++
 t/number/111_integer_base.t       | 165 +++++++++++++++++
 t/number/121_integer_places.t     | 109 +++++++++++
 t/number/122_integer_places.t     | 118 ++++++++++++
 t/number/123_integer_places.t     | 110 +++++++++++
 t/number/131_integer_sep.t        | 110 +++++++++++
 t/number/141_integer_group.t      | 164 +++++++++++++++++
 t/number/integer.t                | 374 --------------------------------------
 t/test_delimited.t                |   2 +-
 48 files changed, 1002 insertions(+), 415 deletions(-)
 create mode 100755 t/number/101_integer.t
 create mode 100755 t/number/111_integer_base.t
 create mode 100755 t/number/121_integer_places.t
 create mode 100755 t/number/122_integer_places.t
 create mode 100755 t/number/123_integer_places.t
 create mode 100755 t/number/131_integer_sep.t
 create mode 100755 t/number/141_integer_group.t
 delete mode 100755 t/number/integer.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