[libpegex-perl] branch master updated (35326fa -> 8322554)

Angel Abad angel at debian.org
Fri Oct 13 10:47:30 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  35326fa   Update changelog.
      adds  d509bcc   Add some notes
      adds  012c930   use actual hex not decimal for FF = ctrl-L
      adds  9a47b8e   Make API formal example actually work
      adds  97e553e   Add Makefile.PL way to rebuild `Grammar` class
      adds  b4e4a7e   CPAN Release 0.64
      adds  dd4063a   New upstream version 0.64
       new  ea3e25a   Updated version 0.64 from 'upstream/0.64'
       new  5229997   Update debian/changelog
       new  ebba8c5   Bump Standards-Version to 4.1.1 (no changes)
       new  8322554   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:
 Changes                    |   3 +
 MANIFEST                   |   4 +-
 META.json                  |   2 +-
 META.yml                   |   2 +-
 Makefile.PL                |   2 +-
 README                     |   2 +-
 debian/changelog           |   8 +
 debian/control             |   2 +-
 inc/Pegex.pm               |  32 --
 inc/Pegex/Bootstrap.pm     | 546 ---------------------------------
 inc/Pegex/Compiler.pm      | 188 ------------
 inc/Text/Diff.pm           | 742 +++++++++++++++++++++++++++++++++++++++++++++
 lib/Pegex.pm               |   2 +-
 lib/Pegex.pod              |   2 +-
 lib/Pegex/API.pod          |  20 +-
 lib/Pegex/Grammar/Atoms.pm |   2 +-
 16 files changed, 781 insertions(+), 778 deletions(-)
 delete mode 100644 inc/Pegex.pm
 delete mode 100644 inc/Pegex/Bootstrap.pm
 delete mode 100644 inc/Pegex/Compiler.pm
 create mode 100644 inc/Text/Diff.pm

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