[libmodule-pluggable-perl] branch master updated (75c59f8 -> 0306d96)

gregor herrmann gregoa at debian.org
Sat Jan 11 22:35:54 UTC 2014


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

gregoa pushed a change to branch master
in repository libmodule-pluggable-perl.

      from  75c59f8   releasing package libmodule-pluggable-perl version 4.8-1
      adds  28b1840   Imported Upstream version 5.1
       new  8f8f569   Merge tag 'upstream/5.1'
       new  a796943   New upstream release.
       new  bc0c31b   Update years of packaging copyright.
       new  89b9a78   Fix typos in long description.
       new  6c917b7   Declare compliance with Debian Policy 3.9.5.
       new  01a1462   Add build dependency on libapp-fatpacker-perl (used in a test).
       new  0306d96   releasing package libmodule-pluggable-perl version 5.1-1

The 7 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:
 Build.PL                                   |  5 ++
 Changes                                    |  9 ++++
 MANIFEST                                   |  6 +++
 META.json                                  | 17 ++++---
 META.yml                                   |  9 ++--
 Makefile.PL                                |  2 +-
 debian/changelog                           | 10 ++++
 debian/control                             |  7 +--
 debian/copyright                           |  2 +-
 lib/Module/Pluggable.pm                    | 21 ++++----
 lib/Module/Pluggable/Object.pm             | 24 +++++++++-
 t/{02works.t => 25single_letter_package.t} | 10 ++--
 t/26inc_hook.t                             | 32 +++++++++++++
 t/27app_fatpacker.t                        | 77 ++++++++++++++++++++++++++++++
 t/fp/app.pl                                | 14 ++++++
 t/fp/lib/App/TestMPFP/Plugin/A.pm          |  2 +
 t/lib/{MyTest/Plugin/Foo.pm => M/X.pm}     |  5 +-
 17 files changed, 217 insertions(+), 35 deletions(-)
 copy t/{02works.t => 25single_letter_package.t} (66%)
 create mode 100755 t/26inc_hook.t
 create mode 100755 t/27app_fatpacker.t
 create mode 100644 t/fp/app.pl
 create mode 100644 t/fp/lib/App/TestMPFP/Plugin/A.pm
 copy t/lib/{MyTest/Plugin/Foo.pm => M/X.pm} (68%)
 mode change 100755 => 100644

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



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