[liblocal-lib-perl] branch master updated (82cb859 -> 6fe94c8)

gregor herrmann gregoa at debian.org
Wed Jan 1 22:42:43 UTC 2014


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

gregoa pushed a change to branch master
in repository liblocal-lib-perl.

      from  82cb859   update changelog / add PROBLEM
       new  21d571c   Imported Upstream version 2.000003
       new  fb46ab2   New upstream release.
       new  3b90032   Update copyright years and list of copyright holders.
       new  6fe94c8   update changelog / add PROBLEM

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                           |  138 +++--
 LICENSE                           |  379 ------------
 MANIFEST                          |   22 +-
 META.json                         |   51 ++
 META.yml                          |   20 +-
 Makefile.PL                       |  120 +++-
 README                            |  591 ++++++++++++++++++-
 debian/changelog                  |   10 +-
 debian/copyright                  |   27 +-
 inc/Module/AutoInstall.pm         |  930 -----------------------------
 inc/Module/Install.pm             |  470 ---------------
 inc/Module/Install/AutoInstall.pm |   93 ---
 inc/Module/Install/Base.pm        |   83 ---
 inc/Module/Install/Can.pm         |  154 -----
 inc/Module/Install/Fetch.pm       |   93 ---
 inc/Module/Install/Include.pm     |   34 --
 inc/Module/Install/Makefile.pm    |  418 -------------
 inc/Module/Install/Metadata.pm    |  722 -----------------------
 inc/Module/Install/Win32.pm       |   64 --
 inc/Module/Install/WriteAll.pm    |   63 --
 lib/local/lib.pm                  | 1160 +++++++++++++++++++++++--------------
 maint/Makefile.PL.include         |   13 +
 t/bad_variables.t                 |    6 +-
 t/classmethod.t                   |    7 +-
 t/de-dup.t                        |   19 +-
 t/install.t                       |    1 +
 t/lib/ENVDumper.pm                |    3 +
 t/shell.t                         |  115 ++++
 t/subroutine-in-inc.t             |   20 +-
 t/taint-mode.t                    |   43 +-
 xt/bootstrap.t                    |   91 +++
 xt/release/cpan-changes.t         |    9 +-
 xt/release/distmeta.t             |    6 -
 xt/release/kwalitee.t             |    6 +
 xt/release/minimum-version.t      |    4 +-
 35 files changed, 1839 insertions(+), 4146 deletions(-)
 delete mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 inc/Module/AutoInstall.pm
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 maint/Makefile.PL.include
 create mode 100644 t/lib/ENVDumper.pm
 create mode 100644 t/shell.t
 create mode 100644 xt/bootstrap.t
 delete mode 100644 xt/release/distmeta.t

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



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