[libpegex-perl] 01/07: Merge tag 'upstream/0.61'

Angel Abad angel at debian.org
Sat Oct 15 10:40:49 UTC 2016


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

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

commit 991e6a128aec33135682fd57b03c58a866bb81fd
Merge: 436a0be b048f56
Author: Angel Abad <angel at debian.org>
Date:   Sat Oct 15 12:25:18 2016 +0200

    Merge tag 'upstream/0.61'
    
    Upstream version 0.61
    
    # gpg: Firmado el sáb 15 oct 2016 12:25:18 CEST
    # gpg:                usando RSA clave 0xA6D58816010A1096
    # gpg:                issuer "angel at debian.org"
    # 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                                         |   8 +-
 MANIFEST                                        |   8 +-
 META.json                                       |   8 +-
 META.yml                                        |   6 +-
 Makefile.PL                                     |  10 +-
 README                                          |   4 +-
 inc/Pegex.pm                                    |  32 -
 inc/Pegex/Bootstrap.pm                          | 546 -----------------
 inc/Pegex/Compiler.pm                           | 188 ------
 inc/Pegex/Parser.pm                             |  29 +-
 inc/Text/Diff.pm                                | 742 ++++++++++++++++++++++++
 lib/Pegex.pm                                    |   2 +-
 lib/Pegex.pod                                   |   7 +-
 lib/Pegex/API.pod                               |   2 +-
 lib/Pegex/Bootstrap.pod                         |   4 +-
 lib/Pegex/Compiler.pod                          |   4 +-
 lib/Pegex/Grammar.pod                           |   4 +-
 lib/Pegex/Grammar/Atoms.pod                     |   4 +-
 lib/Pegex/Input.pod                             |   4 +-
 lib/Pegex/Miscellany.pod                        |   2 +-
 lib/Pegex/Module.pod                            |   4 +-
 lib/Pegex/Overview.pod                          |   2 +-
 lib/Pegex/Parser.pm                             |  29 +-
 lib/Pegex/Parser.pod                            |   4 +-
 lib/Pegex/Pegex/Grammar.pod                     |   4 +-
 lib/Pegex/Receiver.pod                          |   4 +-
 lib/Pegex/Regex.pod                             |   4 +-
 lib/Pegex/Resources.pod                         |   2 +-
 lib/Pegex/Syntax.pod                            |   2 +-
 lib/Pegex/Tree.pod                              |   4 +-
 lib/Pegex/Tree/Wrap.pod                         |   4 +-
 lib/Pegex/Tutorial.pod                          |   2 +-
 lib/Pegex/Tutorial/Calculator.pod               |   2 +-
 lib/Pegex/Tutorial/JSON.pod                     |   8 +-
 t/{release-pod-syntax.t => author-pod-syntax.t} |   5 +-
 t/safe.t                                        |   7 +
 xt/grammars/yaml.pgx                            |   3 +-
 xt/test-pegex-repos.t                           |   2 +-
 40 files changed, 866 insertions(+), 847 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