[libppix-regexp-perl] branch master updated (f74b822 -> 2d9d452)

Salvatore Bonaccorso carnil at debian.org
Mon Jan 29 20:13:35 UTC 2018


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  f74b822   declare conformance with Policy 4.1.3 (no changes needed)
      adds  1be3daf   New upstream version 0.054
       new  ebb6882   Update upstream source from tag 'upstream/0.054'
       new  e6ef00a   Update debian/changelog
       new  e7ede7e   Bump Debhelper compat level to 10
       new  f263b6a   Update copyright years for upstream files
       new  616c60b   Update copyright years for debian/* packaging files
       new  b7b46bf   Set Rules-Requires-Root to no
       new  2d9d452   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                                            |  11 ++
 MANIFEST                                           |   2 +
 META.json                                          | 128 ++++++++++-----------
 META.yml                                           | 126 ++++++++++----------
 README                                             |   2 +-
 debian/changelog                                   |  12 +-
 debian/compat                                      |   2 +-
 debian/control                                     |   3 +-
 debian/copyright                                   |   4 +-
 eg/interpolated                                    |   2 +-
 eg/preaccepts                                      |   4 +-
 eg/predump                                         |   4 +-
 eg/prenav                                          |   2 +-
 eg/preslurp                                        |   4 +-
 inc/My/Module/Build.pm                             |   4 +-
 inc/My/Module/Meta.pm                              |   2 +-
 inc/My/Module/Mock_Tokenizer.pm                    |   4 +-
 inc/My/Module/Test.pm                              |   4 +-
 lib/PPIx/Regexp.pm                                 |   4 +-
 lib/PPIx/Regexp/Constant.pm                        |   4 +-
 lib/PPIx/Regexp/Dumper.pm                          |   4 +-
 lib/PPIx/Regexp/Element.pm                         |  25 +++-
 lib/PPIx/Regexp/Lexer.pm                           |   5 +-
 lib/PPIx/Regexp/Node.pm                            |  18 ++-
 lib/PPIx/Regexp/Node/Range.pm                      |   4 +-
 lib/PPIx/Regexp/Node/Unknown.pm                    |   4 +-
 lib/PPIx/Regexp/StringTokenizer.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              |   4 +-
 lib/PPIx/Regexp/Structure/Regexp.pm                |   4 +-
 lib/PPIx/Regexp/Structure/Replacement.pm           |   4 +-
 .../Structure/{Subexpression.pm => Script_Run.pm}  |  52 +++++----
 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                           |  11 +-
 lib/PPIx/Regexp/Token/Assertion.pm                 |   4 +-
 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 +-
 .../GroupType/{BranchReset.pm => Script_Run.pm}    |  83 ++++++-------
 lib/PPIx/Regexp/Token/GroupType/Subexpression.pm   |   4 +-
 lib/PPIx/Regexp/Token/GroupType/Switch.pm          |   4 +-
 lib/PPIx/Regexp/Token/Interpolation.pm             |   4 +-
 lib/PPIx/Regexp/Token/Literal.pm                   |   4 +-
 lib/PPIx/Regexp/Token/Modifier.pm                  |   4 +-
 lib/PPIx/Regexp/Token/NoOp.pm                      |   4 +-
 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                 |   5 +-
 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                       |   5 +-
 lib/PPIx/Regexp/Util.pm                            |   4 +-
 t/parse.t                                          |  75 ++++++++++++
 t/unit.t                                           |  12 ++
 t/version.t                                        |   6 +
 xt/author/pod_spelling.t                           |   2 +
 86 files changed, 507 insertions(+), 336 deletions(-)
 copy lib/PPIx/Regexp/Structure/{Subexpression.pm => Script_Run.pm} (61%)
 copy lib/PPIx/Regexp/Token/GroupType/{BranchReset.pm => Script_Run.pm} (56%)

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