[libclass-load-perl] branch master updated (03276a7 -> a78ceb4)

Damyan Ivanov dmn at moszumanska.debian.org
Tue Aug 26 14:07:54 UTC 2014


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

dmn pushed a change to branch master
in repository libclass-load-perl.

      from  03276a7   update changelog
      adds  0e8559d   Imported Upstream version 0.22
       new  a42bb0f   Merge tag 'upstream/0.22'
       new  6dfbf56   add libnamespace-clean-perl to (build-)dependencies
       new  a78ceb4   releasing package libclass-load-perl version 0.22-1

The 3 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                         | 125 +++++++-
 CONTRIBUTING                     |  37 ++-
 Changes                          |   4 +
 LICENSE                          |   2 +-
 MANIFEST                         |   7 +-
 META.json                        | 666 ++++++++++++++++++++++++++-------------
 META.yml                         | 517 +++++++++++++++++++-----------
 Makefile.PL                      |  29 +-
 README                           |   6 +-
 README.md                        | 141 ---------
 debian/changelog                 |  10 +-
 debian/control                   |   2 +
 dist.ini                         |  11 +-
 lib/Class/Load.pm                |  70 +++-
 lib/Class/Load/PP.pm             |  12 +-
 t/00-report-prereqs.dd           |  84 +++++
 t/00-report-prereqs.t            | 272 +++++++---------
 t/000-load.t                     |   1 -
 t/001-is-class-loaded.t          |   1 -
 t/002-try-load-class.t           |   1 -
 t/003-load-class.t               |   1 -
 t/005-load-optional.t            |   1 -
 t/006-returned-error.t           |   1 -
 t/007-first-existing.t           |   1 -
 t/008-gvstash-bug.t              |   1 -
 t/009-invalid-module-name.t      |   1 -
 t/010-isa-false-positive.t       |   1 -
 t/011-without-xs.t               |   1 -
 t/012-without-implementation.t   |   1 -
 weaver.ini                       |   6 +
 xt/author/00-compile.t           |   2 +-
 xt/author/pod-spell.t            |  17 +-
 xt/release/changes_has_content.t |   2 +-
 xt/release/kwalitee.t            |   9 +-
 xt/release/no-tabs.t             |  44 ++-
 xt/release/test-version.t        |  22 --
 xt/release/unused-vars.t         |   8 -
 37 files changed, 1329 insertions(+), 788 deletions(-)
 delete mode 100644 README.md
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 weaver.ini
 delete mode 100644 xt/release/test-version.t
 delete mode 100644 xt/release/unused-vars.t

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



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