[libppix-regexp-perl] branch master updated (a0351d5 -> 1ed48bb)

Salvatore Bonaccorso carnil at debian.org
Fri Sep 8 11:00:24 UTC 2017


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  a0351d5   Prepare changelog for release
      adds  789e32e   New upstream version 0.052
       new  401b90b   Updated version 0.052 from 'upstream/0.052'
       new  d57dfe4   Update debian/changelog
       new  1fbac1b   Declare compliance with Debian policy 4.1.0
       new  5d59aa9   Drop spelling-error-in-manpage.patch patch
       new  1ed48bb   Prepare changelog for release

The 5 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                                          |  25 ++++
 META.json                                        | 132 ++++++++++-----------
 META.yml                                         | 128 ++++++++++-----------
 debian/changelog                                 |   8 ++
 debian/control                                   |   2 +-
 debian/patches/series                            |   1 -
 debian/patches/spelling-error-in-manpage.patch   |  18 ---
 eg/predump                                       |   2 +-
 eg/preslurp                                      |   2 +-
 inc/My/Module/Build.pm                           |   2 +-
 inc/My/Module/Mock_Tokenizer.pm                  |   2 +-
 inc/My/Module/Test.pm                            |   2 +-
 lib/PPIx/Regexp.pm                               |  42 ++++++-
 lib/PPIx/Regexp/Constant.pm                      |   7 +-
 lib/PPIx/Regexp/Dumper.pm                        |   8 +-
 lib/PPIx/Regexp/Element.pm                       | 140 ++++++++++++++++++++++-
 lib/PPIx/Regexp/Lexer.pm                         |   2 +-
 lib/PPIx/Regexp/Node.pm                          |  30 ++++-
 lib/PPIx/Regexp/Node/Range.pm                    |   2 +-
 lib/PPIx/Regexp/Node/Unknown.pm                  |   2 +-
 lib/PPIx/Regexp/StringTokenizer.pm               |   2 +-
 lib/PPIx/Regexp/Structure.pm                     |   2 +-
 lib/PPIx/Regexp/Structure/Assertion.pm           |   2 +-
 lib/PPIx/Regexp/Structure/BranchReset.pm         |   2 +-
 lib/PPIx/Regexp/Structure/Capture.pm             |   2 +-
 lib/PPIx/Regexp/Structure/CharClass.pm           |   2 +-
 lib/PPIx/Regexp/Structure/Code.pm                |   2 +-
 lib/PPIx/Regexp/Structure/Main.pm                |   2 +-
 lib/PPIx/Regexp/Structure/Modifier.pm            |   2 +-
 lib/PPIx/Regexp/Structure/NamedCapture.pm        |   2 +-
 lib/PPIx/Regexp/Structure/Quantifier.pm          |   2 +-
 lib/PPIx/Regexp/Structure/RegexSet.pm            |   2 +-
 lib/PPIx/Regexp/Structure/Regexp.pm              |   2 +-
 lib/PPIx/Regexp/Structure/Replacement.pm         |   2 +-
 lib/PPIx/Regexp/Structure/Subexpression.pm       |   2 +-
 lib/PPIx/Regexp/Structure/Switch.pm              |   2 +-
 lib/PPIx/Regexp/Structure/Unknown.pm             |   2 +-
 lib/PPIx/Regexp/Support.pm                       |   2 +-
 lib/PPIx/Regexp/Token.pm                         |  13 ++-
 lib/PPIx/Regexp/Token/Assertion.pm               |   2 +-
 lib/PPIx/Regexp/Token/Backreference.pm           |   2 +-
 lib/PPIx/Regexp/Token/Backtrack.pm               |   2 +-
 lib/PPIx/Regexp/Token/CharClass.pm               |   2 +-
 lib/PPIx/Regexp/Token/CharClass/POSIX.pm         |   2 +-
 lib/PPIx/Regexp/Token/CharClass/POSIX/Unknown.pm |   2 +-
 lib/PPIx/Regexp/Token/CharClass/Simple.pm        |   6 +-
 lib/PPIx/Regexp/Token/Code.pm                    |   2 +-
 lib/PPIx/Regexp/Token/Comment.pm                 |   2 +-
 lib/PPIx/Regexp/Token/Condition.pm               |   2 +-
 lib/PPIx/Regexp/Token/Control.pm                 |   2 +-
 lib/PPIx/Regexp/Token/Delimiter.pm               |   2 +-
 lib/PPIx/Regexp/Token/Greediness.pm              |   2 +-
 lib/PPIx/Regexp/Token/GroupType.pm               |   2 +-
 lib/PPIx/Regexp/Token/GroupType/Assertion.pm     |   2 +-
 lib/PPIx/Regexp/Token/GroupType/BranchReset.pm   |   2 +-
 lib/PPIx/Regexp/Token/GroupType/Code.pm          |   2 +-
 lib/PPIx/Regexp/Token/GroupType/Modifier.pm      |   2 +-
 lib/PPIx/Regexp/Token/GroupType/NamedCapture.pm  |   2 +-
 lib/PPIx/Regexp/Token/GroupType/Subexpression.pm |   2 +-
 lib/PPIx/Regexp/Token/GroupType/Switch.pm        |   2 +-
 lib/PPIx/Regexp/Token/Interpolation.pm           |   2 +-
 lib/PPIx/Regexp/Token/Literal.pm                 |  38 +++++-
 lib/PPIx/Regexp/Token/Modifier.pm                |   2 +-
 lib/PPIx/Regexp/Token/NoOp.pm                    |  26 +++--
 lib/PPIx/Regexp/Token/Operator.pm                |   2 +-
 lib/PPIx/Regexp/Token/Quantifier.pm              |   2 +-
 lib/PPIx/Regexp/Token/Recursion.pm               |   2 +-
 lib/PPIx/Regexp/Token/Reference.pm               |   2 +-
 lib/PPIx/Regexp/Token/Structure.pm               |   2 +-
 lib/PPIx/Regexp/Token/Unknown.pm                 |   2 +-
 lib/PPIx/Regexp/Token/Unmatched.pm               |   2 +-
 lib/PPIx/Regexp/Token/Whitespace.pm              |   2 +-
 lib/PPIx/Regexp/Tokenizer.pm                     |   4 +-
 lib/PPIx/Regexp/Util.pm                          |   2 +-
 t/unit.t                                         |  26 ++++-
 t/version.t                                      |   6 +-
 xt/author/pod_spelling.t                         |   2 +
 77 files changed, 529 insertions(+), 247 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling-error-in-manpage.patch

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