[libppix-regexp-perl] branch master updated (a0767af -> 6d5a3ad)

Salvatore Bonaccorso carnil at debian.org
Tue May 5 17:56:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libppix-regexp-perl.

      from  a0767af   update changelog
      adds  f6d119d   Imported Upstream version 0.039
       new  afd813b   Merge tag 'upstream/0.039'
       new  7281aec   Update copyright years for upstream files
       new  c2e11e7   Update copyright years for debian/* packaging files
       new  3c1937c   Declare compliance with Debian policy 3.9.6
       new  eff6d22   Add Testsuite: autopkgtest-pkg-perl field in debian/control
       new  d47dd9c   Copy inc/ to the temporary directory used in the smoke autopkgtest
       new  6d5a3ad   Prepare changelog for release

The 7 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                                          |  48 +++++++-
 META.json                                        | 122 ++++++++++----------
 META.yml                                         | 138 +++++++++++------------
 README                                           |   2 +-
 debian/changelog                                 |  10 +-
 debian/control                                   |   3 +-
 debian/copyright                                 |   4 +-
 debian/tests/pkg-perl/test-files                 |   2 +
 eg/interpolated                                  |   2 +-
 eg/predump                                       |   4 +-
 eg/prenav                                        |   2 +-
 eg/preslurp                                      |   2 +-
 inc/PPIx/Regexp/Build.pm                         |   4 +-
 inc/PPIx/Regexp/Meta.pm                          |   2 +-
 inc/PPIx/Regexp/Test.pm                          |   6 +-
 lib/PPIx/Regexp.pm                               |  11 +-
 lib/PPIx/Regexp/Constant.pm                      |   4 +-
 lib/PPIx/Regexp/Dumper.pm                        |   4 +-
 lib/PPIx/Regexp/Element.pm                       |   4 +-
 lib/PPIx/Regexp/Lexer.pm                         |   4 +-
 lib/PPIx/Regexp/Node.pm                          |   4 +-
 lib/PPIx/Regexp/Node/Range.pm                    |   4 +-
 lib/PPIx/Regexp/Structure.pm                     |   4 +-
 lib/PPIx/Regexp/Structure/Assertion.pm           |   4 +-
 lib/PPIx/Regexp/Structure/BranchReset.pm         |   4 +-
 lib/PPIx/Regexp/Structure/Capture.pm             |   4 +-
 lib/PPIx/Regexp/Structure/CharClass.pm           |   4 +-
 lib/PPIx/Regexp/Structure/Code.pm                |   4 +-
 lib/PPIx/Regexp/Structure/Main.pm                |   4 +-
 lib/PPIx/Regexp/Structure/Modifier.pm            |   4 +-
 lib/PPIx/Regexp/Structure/NamedCapture.pm        |   4 +-
 lib/PPIx/Regexp/Structure/Quantifier.pm          |   4 +-
 lib/PPIx/Regexp/Structure/RegexSet.pm            |   8 +-
 lib/PPIx/Regexp/Structure/Regexp.pm              |   4 +-
 lib/PPIx/Regexp/Structure/Replacement.pm         |   4 +-
 lib/PPIx/Regexp/Structure/Subexpression.pm       |   4 +-
 lib/PPIx/Regexp/Structure/Switch.pm              |   4 +-
 lib/PPIx/Regexp/Structure/Unknown.pm             |   4 +-
 lib/PPIx/Regexp/Support.pm                       |   4 +-
 lib/PPIx/Regexp/Token.pm                         |   4 +-
 lib/PPIx/Regexp/Token/Assertion.pm               |  59 ++++++++--
 lib/PPIx/Regexp/Token/Backreference.pm           |   4 +-
 lib/PPIx/Regexp/Token/Backtrack.pm               |   4 +-
 lib/PPIx/Regexp/Token/CharClass.pm               |   4 +-
 lib/PPIx/Regexp/Token/CharClass/POSIX.pm         |   4 +-
 lib/PPIx/Regexp/Token/CharClass/POSIX/Unknown.pm |   4 +-
 lib/PPIx/Regexp/Token/CharClass/Simple.pm        |   4 +-
 lib/PPIx/Regexp/Token/Code.pm                    |   4 +-
 lib/PPIx/Regexp/Token/Comment.pm                 |   4 +-
 lib/PPIx/Regexp/Token/Condition.pm               |   4 +-
 lib/PPIx/Regexp/Token/Control.pm                 |   4 +-
 lib/PPIx/Regexp/Token/Delimiter.pm               |   4 +-
 lib/PPIx/Regexp/Token/Greediness.pm              |   4 +-
 lib/PPIx/Regexp/Token/GroupType.pm               |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Assertion.pm     |   4 +-
 lib/PPIx/Regexp/Token/GroupType/BranchReset.pm   |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Code.pm          |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Modifier.pm      |   4 +-
 lib/PPIx/Regexp/Token/GroupType/NamedCapture.pm  |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Subexpression.pm |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Switch.pm        |   4 +-
 lib/PPIx/Regexp/Token/Interpolation.pm           |  24 ++--
 lib/PPIx/Regexp/Token/Literal.pm                 |   4 +-
 lib/PPIx/Regexp/Token/Modifier.pm                |  34 +++++-
 lib/PPIx/Regexp/Token/Operator.pm                |   4 +-
 lib/PPIx/Regexp/Token/Quantifier.pm              |   4 +-
 lib/PPIx/Regexp/Token/Recursion.pm               |   4 +-
 lib/PPIx/Regexp/Token/Reference.pm               |   4 +-
 lib/PPIx/Regexp/Token/Structure.pm               |   4 +-
 lib/PPIx/Regexp/Token/Unknown.pm                 |   4 +-
 lib/PPIx/Regexp/Token/Unmatched.pm               |   4 +-
 lib/PPIx/Regexp/Token/Whitespace.pm              |   4 +-
 lib/PPIx/Regexp/Tokenizer.pm                     |  20 +++-
 lib/PPIx/Regexp/Util.pm                          |   4 +-
 t/parse.t                                        |   4 +-
 t/unit.t                                         |  49 ++++++++
 t/version.t                                      |  27 +++++
 xt/author/pod_spelling.t                         |   1 +
 78 files changed, 513 insertions(+), 287 deletions(-)
 create mode 100644 debian/tests/pkg-perl/test-files

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libppix-regexp-perl.git



More information about the Pkg-perl-cvs-commits mailing list