[liblist-moreutils-perl] branch master updated (caf513d -> 9ac622c)

gregor herrmann gregoa at debian.org
Fri May 1 16:18:45 UTC 2015


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

gregoa pushed a change to branch master
in repository liblist-moreutils-perl.

      from  caf513d   update changelog
       new  fae51f5   Imported Upstream version 0.410
       new  90e5d74   update changelog
       new  257809f   Add debian/upstream/metadata
       new  d94e8a4   Update debian/changelog
       new  de273c0   Update upstream and packaging copyright.
       new  e7df5fd   Declare compliance with Debian Policy 3.9.6.
       new  9567d18   Update build and runtime dependencies.
       new  9ac622c   releasing package liblist-moreutils-perl version 0.410-1

The 8 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                                            |  549 +-
 LICENSE                                            |  378 -
 MANIFEST                                           |   39 +-
 META.json                                          |   94 +
 META.yml                                           |   55 +-
 Makefile.PL                                        |  376 +-
 MoreUtils.xs                                       | 1429 ++--
 README                                             |  444 --
 README.md                                          |  722 ++
 debian/changelog                                   |   12 +-
 debian/control                                     |   27 +-
 debian/copyright                                   |   45 +-
 debian/upstream/metadata                           |    9 +
 inc/Config/AutoConf/LMU.pm                         |   29 +
 inc/Tumble.pm                                      |  157 +
 inc/inc_Capture-Tiny/Capture/Tiny.pm               |  856 +++
 inc/inc_Config-AutoConf/Config/AutoConf.pm         | 3733 ++++++++++
 inc/inc_Data-Tumbler/Data/Tumbler.pm               |  341 +
 inc/inc_JSON-PP/JSON/PP.pm                         | 2795 +++++++
 inc/inc_JSON-PP/JSON/PP/Boolean.pm                 |   26 +
 inc/inc_JSON-PP/JSON/PP/Compat5006.pm              |  173 +
 inc/inc_Module-Pluggable/Devel/InnerPackage.pm     |  129 +
 inc/inc_Module-Pluggable/Module/Pluggable.pm       |  462 ++
 .../Module/Pluggable/Object.pm                     |  425 ++
 inc/inc_Test-WriteVariants/Test/WriteVariants.pm   |  621 ++
 .../Test/WriteVariants/Context.pm                  |  299 +
 inc/latest.pm                                      |    8 +
 inc/latest/private.pm                              |  147 +
 lib/List/MoreUtils.pm                              | 1159 +--
 lib/List/MoreUtils/PP.pm                           |  587 ++
 lib/List/MoreUtils/XS.pm                           |   81 +
 multicall.h                                        |    3 +-
 ppport.h                                           | 7748 ++++++++++++++++++++
 sanexs.c                                           |   11 -
 t/01_compile.t                                     |   12 -
 t/02_perl.t                                        |   12 -
 t/03_xs.t                                          |   12 -
 t/lib/LMU/Test/Functions.pm                        | 1545 ++++
 t/lib/LMU/Test/Import.pm                           |   34 +
 t/lib/LMU/Test/XS.pm                               |   26 +
 t/lib/LMU/Test/ab.pm                               |   27 +
 t/lib/Test.pm                                      |  842 ---
 t/lib/Test/LMU.pm                                  |   86 +
 xt/meta.t                                          |   27 -
 xt/pmv.t                                           |   32 -
 xt/pod.t                                           |   32 -
 46 files changed, 23427 insertions(+), 3229 deletions(-)
 delete mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 debian/upstream/metadata
 create mode 100644 inc/Config/AutoConf/LMU.pm
 create mode 100644 inc/Tumble.pm
 create mode 100644 inc/inc_Capture-Tiny/Capture/Tiny.pm
 create mode 100644 inc/inc_Config-AutoConf/Config/AutoConf.pm
 create mode 100644 inc/inc_Data-Tumbler/Data/Tumbler.pm
 create mode 100644 inc/inc_JSON-PP/JSON/PP.pm
 create mode 100644 inc/inc_JSON-PP/JSON/PP/Boolean.pm
 create mode 100644 inc/inc_JSON-PP/JSON/PP/Compat5006.pm
 create mode 100644 inc/inc_Module-Pluggable/Devel/InnerPackage.pm
 create mode 100644 inc/inc_Module-Pluggable/Module/Pluggable.pm
 create mode 100644 inc/inc_Module-Pluggable/Module/Pluggable/Object.pm
 create mode 100644 inc/inc_Test-WriteVariants/Test/WriteVariants.pm
 create mode 100644 inc/inc_Test-WriteVariants/Test/WriteVariants/Context.pm
 create mode 100644 inc/latest.pm
 create mode 100644 inc/latest/private.pm
 create mode 100644 lib/List/MoreUtils/PP.pm
 create mode 100644 lib/List/MoreUtils/XS.pm
 create mode 100644 ppport.h
 delete mode 100644 sanexs.c
 delete mode 100644 t/01_compile.t
 delete mode 100644 t/02_perl.t
 delete mode 100644 t/03_xs.t
 create mode 100644 t/lib/LMU/Test/Functions.pm
 create mode 100644 t/lib/LMU/Test/Import.pm
 create mode 100644 t/lib/LMU/Test/XS.pm
 create mode 100644 t/lib/LMU/Test/ab.pm
 delete mode 100644 t/lib/Test.pm
 create mode 100644 t/lib/Test/LMU.pm
 delete mode 100644 xt/meta.t
 delete mode 100644 xt/pmv.t
 delete mode 100644 xt/pod.t

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



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