[libclass-methodmaker-perl] branch master updated (4d70336 -> eae2ab8)

gregor herrmann gregoa at debian.org
Sat May 2 20:23:28 UTC 2015


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

gregoa pushed a change to branch master
in repository libclass-methodmaker-perl.

      from  4d70336   update changelog
       new  fce6f5c   Add debian/upstream/metadata
       new  b39de17   Update debian/changelog
      adds  2e1df15   - version 2.10 of Class::MethodMaker for further development
      adds  65970e5   - Drop Module::Build support - Correct "use version" statements (#19585)
      adds  901930f   - svnignore file
      adds  4c876cf   - fixed Name " X::foo" used only once
      adds  08e05a2   - changelog
      adds  4da0472   - version++
      adds  ab643a1   Improve diagnostics and avoid crash with bad arguments.
      adds  ae01dd8   - version bump to 2.13 for later CPAN upload
      adds  9e5d86d   - distribution maintenance   (signature, manifest, git repository in README, etc.)
      adds  1bae41f   signature confusion
      adds  3d84e3a   - final version 2.13 for CPAN
      adds  5492861   - Fix Incorrect value checking in set_sub_name (#41994)
      adds  4024d96   - version 2.14 for cpan
      adds  5dfccd0   - Skip some tests on MSWin (#16601)
      adds  a74cd74   - version++ to 2.15 for cpan upload
      adds  6700ed4   contributions+copyright for RT #43463
      adds  0550140   Upgrade Makefile.PL
      adds  310850b   fix case of 'LICENSE' key
      adds  d7c59a7   fix missing use base
      adds  a226ec6   Drop signature self test in order to fix rt#57359
      adds  6f8a41d   Prepare CPAN release 2.16
      adds  d5887c4   rt#66196 - new macro in 5.13.3
      adds  5c9a470   SIGNATURE updated for 2.16
      adds  2411f76   Merge branch 'master' of github.com:renormalist/class-methodmaker
      adds  8ba7121   rt#66196 - define macro for older Perls
      adds  65686fe   rt#66196 - use correct type CV* instead of GV*
      adds  c569043   add testscript to catch warnings
      adds  daeeda4   Install warning collector early
      adds  e0a7201   Run this test with -w
      adds  34c154a   Ignore MYMETA.yml
      adds  513ab63   changelog 2.17
      adds  3f851e7   manifest new test
      adds  839424f   version++
      adds  d63da36   Fix 5.14 incompat (RT#66196)
      adds  1bee81d   changelog
      adds  7b7745d   version++
      adds  c6b0feb   meta.repository to actually cloneable repo
      adds  0225f47   gitignore
      adds  375ac04   [FIX] Unescaped left brace in regex
      adds  da921dc   typo fixes
      adds  ea4804f   typo fixes
      adds  676aa9f   typo fixes
      adds  874285a   Merge pull request #1 from dsteinbrunner/patch-1
      adds  4c12dee   Work around stack behaviour change since 5.19.4
      adds  dc43a31   I'm sick of this SIGNATURE workflow
      adds  e99579a   Changelog++
      adds  22f5161   version++
      adds  84d8643   Delete all v1 unit tests due to license issue
      adds  20e721a   MANIFEST
      adds  7223cdf   changelog++
      adds  6f958e5   version++
      adds  f5aa983   Add whatis entry to POD/manpage
      adds  df132ea   fix copyright+license entries - rt#43463
      adds  e23276e   version++
      adds  661a2aa   changelog++
      adds  c50d8d2   use File::Temp::tmpnam instead of POSIX::tmpnam
      adds  44a7218   Merge pull request #3 from Hugmeir/master
      adds  d3f283a   changes++
      adds  d333e07   version++
      adds  04ea9f7   Changes to get CPANTS clean
      adds  f768e40   Merge pull request #4 from neilbowers/cpants-clean
      adds  f7a8500   changelog credits
      adds  6244931   rt#103113 - fix missing OUTPUT section
      adds  3c71616   version++
      adds  67adcee   changelog++
      adds  a98f892   Imported Upstream version 2.24
       new  e800ef5   Merge tag 'upstream/2.24'
       new  836401a   Update debian/changelog
       new  625875d   Update years of packaging copyright.
       new  2da1d24   Declare compliance with Debian Policy 3.9.6.
       new  74d8a78   Mark package as autopkgtest-able.
       new  274141d   Add patch to make build reproducible.
       new  eae2ab8   releasing package libclass-methodmaker-perl version 2.24-1

The 9 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                                            | 12 ++++++++++++
 Generate.pm                                        |  4 ++++
 MANIFEST                                           |  2 +-
 META.json                                          |  4 ++--
 META.yml                                           | 12 ++++++------
 Makefile.PL                                        |  2 +-
 MethodMaker.xs                                     |  2 ++
 cmmg.pl                                            |  2 +-
 components/{CommonMethods.pm => CommonMethods.pmt} |  1 +
 debian/changelog                                   | 14 ++++++++++++--
 debian/control                                     |  3 ++-
 debian/copyright                                   |  2 +-
 debian/patches/reproducible_build                  | 21 +++++++++++++++++++++
 debian/patches/series                              |  1 +
 debian/upstream/metadata                           |  5 +++++
 lib/Class/MethodMaker.pm                           |  8 ++++++--
 lib/Class/MethodMaker/Engine.pm                    |  2 +-
 t/test.pm                                          | 11 ++++++++---
 18 files changed, 87 insertions(+), 21 deletions(-)
 rename components/{CommonMethods.pm => CommonMethods.pmt} (99%)
 create mode 100644 debian/patches/reproducible_build
 create mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata

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



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