[libmoosex-declare-perl] branch master updated (d8fede1 -> 3855b8d)
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Tue Sep 29 17:42:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a change to branch master
in repository libmoosex-declare-perl.
from d8fede1 releasing package libmoosex-declare-perl version 0.42-1
adds 1acf80e increment $VERSION after 0.42 release
adds 5d687ae this module has a version now, but we still need to work around older releases
adds e01851e need nc 0.19 to get the version that uses non-deprecated Package::Stash interfaces
adds 84b6dc9 dump the exception, for future debugging
adds 23bca76 switch to my podweaver plugin bundle
adds ab03158 this is a distribution eligible for static install
adds c031d2c MooseX-Declare-0.43
adds 5124fc6 Imported Upstream version 0.43
new 3ca87bc Merge tag 'upstream/0.43'
new ec7153d Update debian/changelog
new 09b4a2a Set version of libnamespace-clean-perl (>= 0.19) in d/control
new 1ee8cc8 Add dependency on libsub-exporter-perl and libsub-install-perl
new 3855b8d Releasing libmoosex-declare-perl version 0.43-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 | 27 +-
CONTRIBUTING | 4 +-
Changes | 3 +
MANIFEST | 5 +-
META.json | 380 +++++++++++++--------
META.yml | 313 ++++++++++-------
Makefile.PL | 25 +-
README | 4 +-
debian/changelog | 9 +
debian/control | 10 +-
dist.ini | 7 +-
lib/MooseX/Declare.pm | 8 +-
lib/MooseX/Declare/Context.pm | 4 +-
lib/MooseX/Declare/Context/Namespaced.pm | 4 +-
lib/MooseX/Declare/Context/Parameterized.pm | 4 +-
lib/MooseX/Declare/Context/WithOptions.pm | 2 +-
lib/MooseX/Declare/StackItem.pm | 2 +-
lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm | 4 +-
lib/MooseX/Declare/Syntax/Extending.pm | 4 +-
lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm | 4 +-
lib/MooseX/Declare/Syntax/Keyword/Class.pm | 4 +-
lib/MooseX/Declare/Syntax/Keyword/Clean.pm | 4 +-
lib/MooseX/Declare/Syntax/Keyword/Method.pm | 4 +-
.../Declare/Syntax/Keyword/MethodModifier.pm | 4 +-
lib/MooseX/Declare/Syntax/Keyword/Namespace.pm | 4 +-
lib/MooseX/Declare/Syntax/Keyword/Role.pm | 4 +-
lib/MooseX/Declare/Syntax/Keyword/With.pm | 4 +-
lib/MooseX/Declare/Syntax/KeywordHandling.pm | 4 +-
lib/MooseX/Declare/Syntax/MethodDeclaration.pm | 4 +-
.../Syntax/MethodDeclaration/Parameterized.pm | 2 +-
lib/MooseX/Declare/Syntax/MooseSetup.pm | 4 +-
lib/MooseX/Declare/Syntax/NamespaceHandling.pm | 4 +-
lib/MooseX/Declare/Syntax/OptionHandling.pm | 4 +-
lib/MooseX/Declare/Syntax/RoleApplication.pm | 4 +-
lib/MooseX/Declare/Util.pm | 4 +-
t/00-report-prereqs.dd | 32 +-
t/segfault_syntax_error.t | 2 +
weaver.ini | 37 --
xt/author/00-compile.t | 5 +-
xt/author/eol.t | 2 +-
xt/author/mojibake.t | 9 +
xt/author/no-tabs.t | 2 +-
xt/release/changes_has_content.t | 2 +-
xt/release/mojibake.t | 12 -
44 files changed, 551 insertions(+), 433 deletions(-)
delete mode 100644 weaver.ini
create mode 100644 xt/author/mojibake.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-declare-perl.git
More information about the Pkg-perl-cvs-commits
mailing list