[libextutils-modulemaker-perl] branch master updated (5bef68c -> c49cc22)

Damyan Ivanov dmn at moszumanska.debian.org
Tue Nov 21 21:32:30 UTC 2017


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

dmn pushed a change to branch master
in repository libextutils-modulemaker-perl.

      from  5bef68c   release libextutils-modulemaker-perl version 0.55-1
      adds  116bdd1   New upstream version 0.56
       new  81ca2a6   Update upstream source from tag 'upstream/0.56'
       new  9184107   declare conformance with Policy 4.1.1 (no changes needed)
       new  c49cc22   releasing package libextutils-modulemaker-perl version 0.56-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:
 Changes                                       |   7 ++
 MANIFEST                                      |  12 +--
 META.json                                     |   5 +-
 META.yml                                      |   5 +-
 Makefile.PL                                   |   1 +
 README                                        |   6 +-
 debian/changelog                              |   9 +++
 debian/control                                |   2 +-
 debian/copyright                              |   2 +-
 lib/ExtUtils/ModuleMaker.pm                   |  10 +--
 lib/ExtUtils/ModuleMaker/Auxiliary.pm         |   4 +-
 lib/ExtUtils/ModuleMaker/Defaults.pm          |   2 +-
 lib/ExtUtils/ModuleMaker/Initializers.pm      |   4 +-
 lib/ExtUtils/ModuleMaker/Interactive.pm       |   6 +-
 lib/ExtUtils/ModuleMaker/Licenses/Local.pm    |   8 +-
 lib/ExtUtils/ModuleMaker/Licenses/Standard.pm |   4 +-
 lib/ExtUtils/ModuleMaker/Opts.pm              |   4 +-
 lib/ExtUtils/ModuleMaker/StandardText.pm      |   4 +-
 scripts/modulemaker                           |   8 +-
 t/01_ini.t                                    |   2 +-
 t/03_quick.t                                  |   2 +-
 t/04_compact.t                                |   2 +-
 t/05_abstract.t                               |   2 +-
 t/06_build.t                                  |   2 +-
 t/07_proxy.t                                  |   2 +-
 t/10_standard_text.t                          |   2 +-
 t/13_alt_block_new_method.t                   |   2 +-
 t/14_mmkr_alt_block_new_method.t              |  92 -----------------------
 t/failsafe/201.t                              |   2 +-
 t/failsafe/202.t                              |   2 +-
 t/failsafe/203.t                              |   2 +-
 t/failsafe/204.t                              |   2 +-
 t/failsafe/205.t                              |   2 +-
 t/failsafe/206.t                              |   2 +-
 t/failsafe/207.t                              |   2 +-
 t/failsafe/208.t                              |   2 +-
 t/failsafe/209.t                              |   2 +-
 t/failsafe/210.t                              |   2 +-
 t/failsafe/211.t                              |   2 +-
 t/license/apache.t                            |   2 +-
 t/license/apache_1_1.t                        |   2 +-
 t/license/artistic.t                          |   2 +-
 t/license/artistic_agg.t                      |   2 +-
 t/license/bsd.t                               |   2 +-
 t/license/gpl.t                               |   2 +-
 t/license/gpl_2.t                             |   2 +-
 t/license/ibm.t                               |   2 +-
 t/license/ibm_1_0.t                           |   2 +-
 t/license/intel.t                             |   2 +-
 t/license/jabber.t                            |   2 +-
 t/license/jabber_1_0.t                        |   2 +-
 t/license/lgpl.t                              |   2 +-
 t/license/lgpl_2_1.t                          |   2 +-
 t/license/libpng.t                            |   2 +-
 t/license/looselips.t                         |   2 +-
 t/license/mit.t                               |   2 +-
 t/license/mitre.t                             |   2 +-
 t/license/mozilla.t                           |   2 +-
 t/license/mozilla_1_0.t                       |   2 +-
 t/license/mozilla_1_1.t                       |   2 +-
 t/license/mpl.t                               |   2 +-
 t/license/mpl_1_0.t                           |   2 +-
 t/license/mpl_1_1.t                           |   2 +-
 t/license/nethack.t                           |   2 +-
 t/license/nokia.t                             |   2 +-
 t/license/nokia_1_0a.t                        |   2 +-
 t/license/nokos.t                             |   2 +-
 t/license/nokos_1_0a.t                        |   2 +-
 t/license/perl.t                              |   2 +-
 t/license/python.t                            |   2 +-
 t/license/q.t                                 |   2 +-
 t/license/q_1_0.t                             |   2 +-
 t/license/r_bsd.t                             |   2 +-
 t/license/ricoh.t                             |   2 +-
 t/license/ricoh_1_0.t                         |   2 +-
 t/license/sissl.t                             |   2 +-
 t/license/sleepycat.t                         |   2 +-
 t/license/sun.t                               |   2 +-
 t/license/vovida.t                            |   2 +-
 t/license/vovida_1_0.t                        |   2 +-
 t/license/zlib.t                              |   2 +-
 t/makedefaults/1201.t                         |   2 +-
 t/makedefaults/1202.t                         |   2 +-
 t/makedefaults/1203.t                         | 103 --------------------------
 t/miscargs/901.t                              |   2 +-
 t/miscargs/902.t                              |   2 +-
 t/miscargs/903.t                              |   2 +-
 t/miscargs/904.t                              |   2 +-
 t/miscargs/905.t                              |   2 +-
 t/miscargs/906.t                              |   2 +-
 t/miscargs/907.t                              |   2 +-
 t/miscargs/908.t                              |   2 +-
 t/miscargs/909.t                              |   2 +-
 t/miscargs/910.t                              |   2 +-
 t/miscargs/911.t                              |   2 +-
 t/miscargs/912.t                              |   2 +-
 t/miscargs/913.t                              |   2 +-
 t/miscargs/914.t                              |   2 +-
 t/miscargs/915.t                              |   2 +-
 t/miscargs/916.t                              |   2 +-
 t/miscargs/917.t                              |   2 +-
 t/miscargs/918.t                              |   2 +-
 t/miscargs/919.t                              |   2 +-
 t/miscargs/920.t                              |   2 +-
 t/miscargs/921.t                              |   2 +-
 t/miscargs/922.t                              |   2 +-
 t/miscargs/923.t                              |   2 +-
 t/mmkr/801.t                                  |  61 ---------------
 t/mmkr/802.t                                  |  63 ----------------
 t/mmkr/803.t                                  |  61 ---------------
 t/mmkr/804.t                                  |  61 ---------------
 t/mmkr/805.t                                  |  61 ---------------
 t/mmkr/806.t                                  |  60 ---------------
 t/mmkr/807.t                                  |  61 ---------------
 t/mmkr/808.t                                  |  59 ---------------
 115 files changed, 142 insertions(+), 815 deletions(-)
 delete mode 100644 t/14_mmkr_alt_block_new_method.t
 delete mode 100644 t/makedefaults/1203.t
 delete mode 100644 t/mmkr/801.t
 delete mode 100644 t/mmkr/802.t
 delete mode 100644 t/mmkr/803.t
 delete mode 100644 t/mmkr/804.t
 delete mode 100644 t/mmkr/805.t
 delete mode 100644 t/mmkr/806.t
 delete mode 100644 t/mmkr/807.t
 delete mode 100644 t/mmkr/808.t

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



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