[libmoosex-method-signatures-perl] branch master updated (4c5d70a -> 5bedbef)
gregor herrmann
gregoa at debian.org
Sun Oct 25 16:42:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libmoosex-method-signatures-perl.
from 4c5d70a releasing package libmoosex-method-signatures-perl version 0.48-1
adds 534f792 Remove pointless use Data::Dumper in test
adds 12c36eb Merge pull request #1 from ilmari/remove-data-dumper
adds 4188926 add x_deprecated to metadata
adds e1f4bd4 make deprecation notice more prominent
adds 811814d mark these modules as deprecated in their abstracts too
adds d69ae11 keep $VERSION right in the repo
adds 16f819d [Test::CleanNamespaces] is now provided by my plugin bundle
adds a4e011f affirm that we work as far back as Moose itself does
adds 4a71503 use a more specific link
adds ee3bfdc hardcode the distribution name in Changes, to reduce churn on each release
adds ba69526 add a starting copyright year
adds 6b27ef5 switch to my podweaver plugin bundle
adds 49c0cbf need nc 0.19 to get the version that uses non-deprecated Package::Stash interfaces
adds 28a455e rename this section so it is not folded into the autogenerated SUPPORT
adds d03dfc1 remove unneeded lib includes
adds 929b759 MooseX-Method-Signatures-0.49
adds 63772e7 Imported Upstream version 0.49
new 5931b2a Merge tag 'upstream/0.49'
new 1561cf3 Update debian/changelog
new 33b4b7d Update years of upstream copyright.
new 70c081e Make (build) dependency on libnamespace-autoclean-perl versioned.
new 5bedbef releasing package libmoosex-method-signatures-perl version 0.49-1
The 5 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 | 49 +-
CONTRIBUTING | 20 +-
Changes | 3 +
INSTALL | 1 -
LICENSE => LICENCE | 6 +-
MANIFEST | 11 +-
META.json | 722 ++++++++++++++++++----------
META.yml | 576 +++++++++++++---------
Makefile.PL | 40 +-
README | 8 +-
debian/changelog | 8 +
debian/control | 4 +-
debian/copyright | 2 +-
dist.ini | 8 +-
lib/MooseX/Method/Signatures.pm | 111 +++--
lib/MooseX/Method/Signatures/Meta/Method.pm | 27 +-
lib/MooseX/Method/Signatures/Types.pm | 27 +-
t/00-report-prereqs.dd | 73 +--
t/00-report-prereqs.t | 13 +-
t/signatures.t | 1 -
t/types.t | 3 +-
t/undef_method_arg2.t | 8 -
t/zzz-check-breaks.t | 2 +-
weaver.ini | 6 -
xt/author/00-compile.t | 12 +-
xt/author/{no-tabs.t => eol.t} | 12 +-
xt/{release => author}/kwalitee.t | 2 +-
xt/author/mojibake.t | 9 +
xt/author/no-tabs.t | 8 +-
xt/author/pod-spell.t | 60 ++-
xt/release/changes_has_content.t | 2 +-
xt/release/eol.t | 8 -
xt/release/minimum-version.t | 2 +-
xt/release/mojibake.t | 12 -
xt/release/portability.t | 1 +
35 files changed, 1122 insertions(+), 735 deletions(-)
rename LICENSE => LICENCE (99%)
delete mode 100644 weaver.ini
copy xt/author/{no-tabs.t => eol.t} (87%)
rename xt/{release => author}/kwalitee.t (95%)
create mode 100644 xt/author/mojibake.t
delete mode 100644 xt/release/eol.t
delete mode 100644 xt/release/mojibake.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-method-signatures-perl.git
More information about the Pkg-perl-cvs-commits
mailing list