[libppix-regexp-perl] branch master updated (7cc6f0f -> 5ca3537)
Salvatore Bonaccorso
carnil at debian.org
Wed Dec 9 21:54:05 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 7cc6f0f Prepare changelog for release
adds de92399 Imported Upstream version 0.044
new b8e0790 Merge tag 'upstream/0.044'
new 5ca3537 Update debian/changelog file
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 | 25 +
MANIFEST | 1 +
META.json | 120 ++---
META.yml | 120 ++---
debian/changelog | 6 +
eg/predump | 13 +-
eg/preslurp | 2 +-
inc/PPIx/Regexp/Build.pm | 2 +-
inc/PPIx/Regexp/Test.pm | 2 +-
lib/PPIx/Regexp.pm | 21 +-
lib/PPIx/Regexp/Constant.pm | 2 +-
lib/PPIx/Regexp/Dumper.pm | 73 ++-
lib/PPIx/Regexp/Element.pm | 89 +++-
lib/PPIx/Regexp/Lexer.pm | 2 +-
lib/PPIx/Regexp/Node.pm | 2 +-
lib/PPIx/Regexp/Node/Range.pm | 12 +-
lib/PPIx/Regexp/Structure.pm | 13 +-
lib/PPIx/Regexp/Structure/Assertion.pm | 2 +-
lib/PPIx/Regexp/Structure/BranchReset.pm | 2 +-
lib/PPIx/Regexp/Structure/Capture.pm | 7 +-
lib/PPIx/Regexp/Structure/CharClass.pm | 9 +-
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 | 8 +-
lib/PPIx/Regexp/Structure/Quantifier.pm | 20 +-
lib/PPIx/Regexp/Structure/RegexSet.pm | 2 +-
lib/PPIx/Regexp/Structure/Regexp.pm | 6 +-
lib/PPIx/Regexp/Structure/Replacement.pm | 6 +-
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 | 2 +-
lib/PPIx/Regexp/Token/Assertion.pm | 30 +-
lib/PPIx/Regexp/Token/Backreference.pm | 39 +-
lib/PPIx/Regexp/Token/Backtrack.pm | 63 ++-
lib/PPIx/Regexp/Token/CharClass.pm | 2 +-
lib/PPIx/Regexp/Token/CharClass/POSIX.pm | 35 +-
lib/PPIx/Regexp/Token/CharClass/POSIX/Unknown.pm | 2 +-
lib/PPIx/Regexp/Token/CharClass/Simple.pm | 45 +-
lib/PPIx/Regexp/Token/Code.pm | 31 +-
lib/PPIx/Regexp/Token/Comment.pm | 6 +-
lib/PPIx/Regexp/Token/Condition.pm | 37 +-
lib/PPIx/Regexp/Token/Control.pm | 85 +++-
lib/PPIx/Regexp/Token/Delimiter.pm | 6 +-
lib/PPIx/Regexp/Token/Greediness.pm | 17 +-
lib/PPIx/Regexp/Token/GroupType.pm | 2 +-
lib/PPIx/Regexp/Token/GroupType/Assertion.pm | 18 +-
lib/PPIx/Regexp/Token/GroupType/BranchReset.pm | 12 +-
lib/PPIx/Regexp/Token/GroupType/Code.pm | 16 +-
lib/PPIx/Regexp/Token/GroupType/Modifier.pm | 2 +-
lib/PPIx/Regexp/Token/GroupType/NamedCapture.pm | 47 +-
lib/PPIx/Regexp/Token/GroupType/Subexpression.pm | 14 +-
lib/PPIx/Regexp/Token/GroupType/Switch.pm | 13 +-
lib/PPIx/Regexp/Token/Interpolation.pm | 67 ++-
lib/PPIx/Regexp/Token/Literal.pm | 8 +-
lib/PPIx/Regexp/Token/Modifier.pm | 50 +-
lib/PPIx/Regexp/Token/Operator.pm | 90 +++-
lib/PPIx/Regexp/Token/Quantifier.pm | 18 +-
lib/PPIx/Regexp/Token/Recursion.pm | 25 +-
lib/PPIx/Regexp/Token/Reference.pm | 8 +-
lib/PPIx/Regexp/Token/Structure.pm | 27 +-
lib/PPIx/Regexp/Token/Unknown.pm | 2 +-
lib/PPIx/Regexp/Token/Unmatched.pm | 6 +-
lib/PPIx/Regexp/Token/Whitespace.pm | 19 +-
lib/PPIx/Regexp/Tokenizer.pm | 373 ++++++++++-----
lib/PPIx/Regexp/Util.pm | 26 +-
t/parse.t | 114 +++++
t/unit.t | 36 ++
t/version.t | 36 +-
t/xplain.t | 567 +++++++++++++++++++++++
xt/author/pod_spelling.t | 3 +
73 files changed, 2145 insertions(+), 435 deletions(-)
create mode 100644 t/xplain.t
--
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