[libclass-multimethods-perl] branch master updated (cd5ef93 -> d1a77b9)

Florian Schlichting fsfs at moszumanska.debian.org
Fri Nov 25 17:08:45 UTC 2016


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

fsfs pushed a change to branch master
in repository libclass-multimethods-perl.

      from  cd5ef93   prepare for release
      adds  3124aaa   New upstream version 1.701
       new  4f2a7e9   Merge tag 'upstream/1.701'
       new  d80e1e6   Update debian/changelog
       new  40b4436   Add uversionmangle to ensure three-digit versions
       new  f932bdf   Drop hashbang.patch, applied upstream
       new  004f440   Delete dh_auto_install override, upstream dropped separate .pod file
       new  d1a77b9   prepare for release

The 6 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                                   |   81 +-
 MANIFEST                                  |   10 +-
 META.json                                 |   39 +
 META.yml                                  |   21 +
 Makefile.PL                               |    6 +-
 README                                    |   42 +-
 debian/changelog                          |    9 +
 debian/patches/hashbang.patch             |   49 -
 debian/patches/series                     |    1 -
 debian/rules                              |    8 -
 debian/watch                              |    1 +
 demo/demo.ambig.pl                        |   10 +-
 demo/demo.analyse.pl                      |    2 +
 demo/{demo.global.pl => demo.baseline.pl} |   47 +-
 demo/demo.dump.pl                         |   30 +
 demo/demo.extendtable.pl                  |  168 +++
 demo/demo.global.pl                       |    2 +
 demo/demo.inittable.pl                    |  145 +++
 demo/demo.multi.pl                        |    2 +
 demo/{demo.multi.pl => demo.newmulti.pl}  |   29 +-
 demo/{demo.multi.pl => demo.nonmulti.pl}  |  119 +-
 demo/demo.numstr.pl                       |    2 +-
 demo/demo.super.pl                        |    2 +-
 demo/demo.table.pl                        |  229 ++++
 lib/Class/Multimethods.pm                 | 1802 ++++++++++++++++++++---------
 lib/Class/Multimethods.pod                |  743 ------------
 26 files changed, 2082 insertions(+), 1517 deletions(-)
 create mode 100644 META.json
 create mode 100644 META.yml
 delete mode 100644 debian/patches/hashbang.patch
 delete mode 100644 debian/patches/series
 copy demo/{demo.global.pl => demo.baseline.pl} (58%)
 mode change 100755 => 100644
 create mode 100644 demo/demo.dump.pl
 create mode 100644 demo/demo.extendtable.pl
 create mode 100644 demo/demo.inittable.pl
 copy demo/{demo.multi.pl => demo.newmulti.pl} (76%)
 copy demo/{demo.multi.pl => demo.nonmulti.pl} (50%)
 mode change 100755 => 100644
 create mode 100644 demo/demo.table.pl
 delete mode 100755 lib/Class/Multimethods.pod

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



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