[libpegex-perl] branch master updated (c57fc60 -> 592b6a2)

Angel Abad angel at debian.org
Sat Jan 14 11:32:25 UTC 2017


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

angel pushed a change to branch master
in repository libpegex-perl.

      from  c57fc60   Update changelog.
      adds  8e93f35   Try skipping test on travis only
      adds  8c1147f   Removing this code seems to break no tests.
      adds  7595164   Fix doc nit. @perlpunk++
      adds  56c84d8   Optimize input line number handling in the parser.
      adds  c9c783e   CPAN Release 0.61
      adds  eb81b8e   Support lookbehind assertions (for Perl only)
      adds  e1286cc   CPAN Release 0.61_001
      adds  07218e3   Suppress Perl recursion warning on deep recursion and supply own warnings
      adds  18a22bc   Remove unneeded attribute check in parser
      adds  913cf29   Apply and heavily modify PR/46 @pdl++
      adds  b0cd5cd   Fixes for #47
      adds  7dee48e   Removed some commented out code in parser
      adds  21d4b30   Minor updates
      adds  b290615   Update .travis.yml to not use old perls
      adds  a98598f   CPAN Release 0.61_002
      adds  5112a5f   Add sample action grammar
      adds  71de67f   CPAN Release 0.61_003
      adds  7390ce2   Add PERL_PEGEX_DEBUG_INDENT, PERL_PEGEX_DEBUG_COLOR
      adds  68da772   Don't die if no Term::ANSIColor; simplify the if
      adds  57e569a   Allow configuration of debugging colors
      adds  5176b97   Remove workaround for a fixed testml bug
      adds  6b097bd   CPAN Release 0.61_004
      adds  a84561f   Fix: added accicentally removed code again
      adds  a80a5d5   CPAN Release 0.61_005
      adds  8890343   Refactored coloring code.
      adds  e7fb72b   Require perl 5.14 for COLOR
      adds  b46a249   Require, not use v5.14 for color
      adds  44f0d68   CPAN Release 0.62
      adds  5d5781e   New upstream version 0.62
       new  261add1   Merge tag 'upstream/0.62'
       new  0b33c04   Update debian/changelog
       new  e75d0ca   debian/copyright: Update years.
       new  592b6a2   Update changelog

The 4 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:
 CONTRIBUTING                      |   2 +-
 Changes                           |   5 +
 LICENSE                           |   6 +-
 MANIFEST                          |   6 +-
 META.json                         |   4 +-
 META.yml                          |   4 +-
 Makefile.PL                       |   6 +-
 README                            |  11 +-
 debian/changelog                  |   8 +
 debian/copyright                  |   4 +-
 {lib => inc}/Pegex.pm             |   2 +-
 {lib => inc}/Pegex/Bootstrap.pm   |   2 +-
 {lib => inc}/Pegex/Compiler.pm    |   0
 inc/Pegex/Grammar.pm              |   7 +
 inc/Pegex/Parser.pm               | 127 ++++++-
 inc/TestML.pm                     |   2 +-
 inc/TestML/Compiler/Lite.pm       |  27 +-
 inc/TestML/Compiler/Pegex/AST.pm  |   9 +-
 inc/TestML/Library.pm             |   9 +
 inc/Text/Diff.pm                  | 742 --------------------------------------
 lib/Pegex.pm                      |   2 +-
 lib/Pegex.pod                     |  13 +-
 lib/Pegex/API.pod                 |   2 +-
 lib/Pegex/Bootstrap.pod           |   4 +-
 lib/Pegex/Compiler.pod            |   4 +-
 lib/Pegex/Grammar.pm              |   7 +
 lib/Pegex/Grammar.pod             |   8 +-
 lib/Pegex/Grammar/Atoms.pod       |   4 +-
 lib/Pegex/Input.pod               |   4 +-
 lib/Pegex/Miscellany.pod          |  22 +-
 lib/Pegex/Module.pod              |   4 +-
 lib/Pegex/Overview.pod            |   2 +-
 lib/Pegex/Parser.pm               | 127 ++++++-
 lib/Pegex/Parser.pod              | 102 +++++-
 lib/Pegex/Pegex/AST.pm            |   3 +-
 lib/Pegex/Pegex/Grammar.pm        |  14 +-
 lib/Pegex/Pegex/Grammar.pod       |   4 +-
 lib/Pegex/Receiver.pod            |   4 +-
 lib/Pegex/Regex.pod               |   4 +-
 lib/Pegex/Resources.pod           |   7 +-
 lib/Pegex/Syntax.pod              |   6 +-
 lib/Pegex/Tree.pod                |   4 +-
 lib/Pegex/Tree/Wrap.pod           |   4 +-
 lib/Pegex/Tutorial.pod            |   2 +-
 lib/Pegex/Tutorial/Calculator.pod | 119 +++---
 lib/Pegex/Tutorial/JSON.pod       |  16 +-
 share/pegex.pgx                   |   8 +-
 t/look-behind.t                   |  15 +
 t/testml/compiler.tml             |   5 +-
 xt/grammars/yaml.pgx              | 111 +++---
 xt/test-pegex-repos.t             |   3 +-
 51 files changed, 641 insertions(+), 976 deletions(-)
 copy {lib => inc}/Pegex.pm (96%)
 copy {lib => inc}/Pegex/Bootstrap.pm (99%)
 copy {lib => inc}/Pegex/Compiler.pm (100%)
 create mode 100644 inc/TestML/Library.pm
 delete mode 100644 inc/Text/Diff.pm
 create mode 100644 t/look-behind.t

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