From: Matt S Trout Date: Tue, 10 Sep 2013 12:53:31 +0000 (+0000) Subject: bump version X-Git-Tag: v1.003001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=e18659958c8a6bf3fc60b9531e40acbea275076f bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 6bf3fc0..c1d09a4 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -5,7 +5,7 @@ use Moo::_Utils; use B 'perlstring'; use Sub::Defer (); -our $VERSION = '1.003000'; +our $VERSION = '1.003001'; $VERSION = eval $VERSION; require Moo::sification; diff --git a/lib/Moo/Role.pm b/lib/Moo/Role.pm index 1c42d74..21b304a 100644 --- a/lib/Moo/Role.pm +++ b/lib/Moo/Role.pm @@ -5,7 +5,7 @@ use Moo::_Utils; use Role::Tiny (); use base qw(Role::Tiny); -our $VERSION = '1.003000'; +our $VERSION = '1.003001'; $VERSION = eval $VERSION; require Moo::sification; diff --git a/lib/Sub/Defer.pm b/lib/Sub/Defer.pm index 5044ab7..7162609 100644 --- a/lib/Sub/Defer.pm +++ b/lib/Sub/Defer.pm @@ -5,7 +5,7 @@ use base qw(Exporter); use Moo::_Utils; use Scalar::Util qw(weaken); -our $VERSION = '1.003000'; +our $VERSION = '1.003001'; $VERSION = eval $VERSION; our @EXPORT = qw(defer_sub undefer_sub); diff --git a/lib/Sub/Quote.pm b/lib/Sub/Quote.pm index 9b3d53a..d56cacd 100644 --- a/lib/Sub/Quote.pm +++ b/lib/Sub/Quote.pm @@ -9,7 +9,7 @@ use B 'perlstring'; use Scalar::Util qw(weaken); use base qw(Exporter); -our $VERSION = '1.003000'; +our $VERSION = '1.003001'; $VERSION = eval $VERSION; our @EXPORT = qw(quote_sub unquote_sub quoted_from_sub);