[libpegex-perl] 01/04: Merge tag 'upstream/0.62'

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 commit to branch master
in repository libpegex-perl.

commit 261add15d9775f54f8b5410fd0b12e0e0fde2c55
Merge: c57fc60 5d5781e
Author: Angel Abad <angelabad at gmail.com>
Date:   Sat Jan 14 12:17:23 2017 +0100

    Merge tag 'upstream/0.62'
    
    Upstream version 0.62
    
    # gpg: Firmado el sáb 14 ene 2017 12:17:19 CET
    # gpg:                usando RSA clave 4A0897191621CCF7FBEEF752A6D58816010A1096
    # gpg:                issuer "angelabad at gmail.com"
    # gpg: Firma correcta de "Angel Abad <angelabad at gmail.com>" [desconocido]
    # gpg:                 alias "Angel Abad <angel at debian.org>" [desconocido]
    # gpg:                 alias "Angel Abad <angelabad at ubuntu.com>" [desconocido]
    # gpg: ATENCIÓN: ¡Esta clave no está certificada por una firma de confianza!
    # gpg:           No hay indicios de que la firma pertenezca al propietario.
    # Huellas dactilares de la clave primaria: 4A08 9719 1621 CCF7 FBEE  F752 A6D5 8816 010A 1096

 CONTRIBUTING                      |   2 +-
 Changes                           |   5 +
 LICENSE                           |   6 +-
 MANIFEST                          |   6 +-
 META.json                         |   4 +-
 META.yml                          |   4 +-
 Makefile.PL                       |   6 +-
 README                            |  11 +-
 {lib => inc}/Pegex.pm             |   2 +-
 inc/Pegex/Bootstrap.pm            | 546 ++++++++++++++++++++++++++++
 inc/Pegex/Compiler.pm             | 188 ++++++++++
 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 +-
 49 files changed, 1364 insertions(+), 973 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