[libpegex-perl] 01/03: Merge tag 'upstream/0.57'

gregor herrmann gregoa at debian.org
Fri Oct 10 22:16:24 UTC 2014


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

gregoa pushed a commit to branch master
in repository libpegex-perl.

commit 3b9f3043b081d4e5cfe1833d51c1c6982d15969a
Merge: 8e14dc5 9cb6d47
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 11 00:09:35 2014 +0200

    Merge tag 'upstream/0.57'
    
    Upstream version 0.57

 Changes                           |  9 ++++
 MANIFEST                          |  3 +-
 META.json                         |  2 +-
 META.yml                          |  2 +-
 Makefile.PL                       |  2 +-
 example/calculator/calculator1.pl | 93 +++++++++++++++------------------------
 example/calculator/calculator2.pl | 48 +++++++++++++-------
 example/calculator/lib/RPN.pm     | 32 --------------
 example/calculator/lib/Runner.pm  | 50 +++++++++++++++++++++
 example/calculator/tests          | 20 +++++++++
 inc/Pegex.pm                      |  2 +-
 inc/Pegex/Base.pm                 |  4 +-
 inc/Pegex/Bootstrap.pm            |  4 +-
 inc/Pegex/Receiver.pm             |  2 +
 lib/Pegex.pm                      |  2 +-
 lib/Pegex.pod                     |  2 +-
 lib/Pegex/API.pod                 |  2 +-
 lib/Pegex/Base.pm                 |  4 +-
 lib/Pegex/Bootstrap.pm            |  4 +-
 lib/Pegex/Bootstrap.pod           |  2 +-
 lib/Pegex/Compiler.pod            |  2 +-
 lib/Pegex/Grammar.pod             |  2 +-
 lib/Pegex/Grammar/Atoms.pod       |  2 +-
 lib/Pegex/Input.pod               |  2 +-
 lib/Pegex/Miscellany.pod          |  2 +-
 lib/Pegex/Module.pod              |  2 +-
 lib/Pegex/Overview.pod            |  2 +-
 lib/Pegex/Parser.pod              |  2 +-
 lib/Pegex/Pegex/AST.pm            | 28 +++++++-----
 lib/Pegex/Pegex/Grammar.pm        | 22 ++++-----
 lib/Pegex/Pegex/Grammar.pod       |  2 +-
 lib/Pegex/Receiver.pm             |  2 +
 lib/Pegex/Receiver.pod            |  2 +-
 lib/Pegex/Regex.pod               |  2 +-
 lib/Pegex/Resources.pod           |  2 +-
 lib/Pegex/Syntax.pod              |  2 +-
 lib/Pegex/Tree.pod                |  2 +-
 lib/Pegex/Tree/Wrap.pod           |  2 +-
 lib/Pegex/Tutorial.pod            |  2 +-
 lib/Pegex/Tutorial/Calculator.pod |  2 +-
 lib/Pegex/Tutorial/JSON.pod       |  2 +-
 t/testml/compiler-equivalence.tml | 18 +++++++-
 t/testml/tree.tml                 | 32 +++++++++++++-
 xt/grammars/json.pgx              | 24 +++++-----
 xt/grammars/pegex.pgx             |  8 ++--
 45 files changed, 277 insertions(+), 182 deletions(-)

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



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