[libmoox-late-perl] 05/07: bump version; changelog
Intrigeri
intrigeri at moszumanska.debian.org
Thu Aug 14 11:13:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to tag 0.008
in repository libmoox-late-perl.
commit 38c44df4351f3a55bd3c2216c3e2b164b74b0764
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Mon Mar 11 22:50:45 2013 +0000
bump version; changelog
---
lib/MooX/late.pm | 4 ++--
meta/changes.pret | 7 +++++++
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/lib/MooX/late.pm b/lib/MooX/late.pm
index cc09385..8b54cfd 100644
--- a/lib/MooX/late.pm
+++ b/lib/MooX/late.pm
@@ -4,7 +4,7 @@ use warnings;
package MooX::late;
our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION = '0.007';
+our $VERSION = '0.008';
use Moo qw( );
use Carp qw( carp croak );
@@ -14,7 +14,7 @@ use Module::Runtime qw( is_module_name );
BEGIN {
package MooX::late::DefinitionContext;
our $AUTHORITY = 'cpan:TOBYINK';
- our $VERSION = '0.007';
+ our $VERSION = '0.008';
use Moo;
use overload (
diff --git a/meta/changes.pret b/meta/changes.pret
index 4aa52f1..bd1e896 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -50,3 +50,10 @@
item "Link to MooX::HandlesVia on github."^^Documentation;
].
+`MooX-late 0.007 cpan:TOBYINK`
+ issued 2013-03-11;
+ changeset [
+ item "Minor documentation updates."^^Documentation;
+ item "Make MooX::Types::MooseLike::Base a required dependency (was optional)."^^Packaging;
+ ].
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-late-perl.git
More information about the Pkg-perl-cvs-commits
mailing list