[libmoo-perl] 15/43: Bumping version to 2.002005

gregor herrmann gregoa at debian.org
Mon Dec 26 17:56:14 UTC 2016


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

gregoa pushed a commit to branch master
in repository libmoo-perl.

commit 368b4f17b79a6c5a90ea353c6e5d4d7d4ed05d32
Author: Graham Knop <haarg at haarg.org>
Date:   Mon Oct 31 17:57:04 2016 -0400

    Bumping version to 2.002005
---
 lib/Moo.pm       | 2 +-
 lib/Moo/Role.pm  | 2 +-
 lib/Sub/Defer.pm | 2 +-
 lib/Sub/Quote.pm | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/Moo.pm b/lib/Moo.pm
index e580693..c544ca5 100644
--- a/lib/Moo.pm
+++ b/lib/Moo.pm
@@ -22,7 +22,7 @@ BEGIN {
   );
 }
 
-our $VERSION = '2.002004';
+our $VERSION = '2.002005';
 $VERSION = eval $VERSION;
 
 require Moo::sification;
diff --git a/lib/Moo/Role.pm b/lib/Moo/Role.pm
index 2ca315c..5859956 100644
--- a/lib/Moo/Role.pm
+++ b/lib/Moo/Role.pm
@@ -25,7 +25,7 @@ BEGIN {
   );
 }
 
-our $VERSION = '2.002004';
+our $VERSION = '2.002005';
 $VERSION = eval $VERSION;
 
 require Moo::sification;
diff --git a/lib/Sub/Defer.pm b/lib/Sub/Defer.pm
index 6086148..750eedd 100644
--- a/lib/Sub/Defer.pm
+++ b/lib/Sub/Defer.pm
@@ -6,7 +6,7 @@ use Moo::_Utils qw(_getglob _install_coderef);
 use Scalar::Util qw(weaken);
 use Carp qw(croak);
 
-our $VERSION = '2.002004';
+our $VERSION = '2.002005';
 $VERSION = eval $VERSION;
 
 our @EXPORT = qw(defer_sub undefer_sub undefer_all);
diff --git a/lib/Sub/Quote.pm b/lib/Sub/Quote.pm
index 8ba8b06..7adf9f5 100644
--- a/lib/Sub/Quote.pm
+++ b/lib/Sub/Quote.pm
@@ -15,7 +15,7 @@ BEGIN {
   *_HAVE_PERLSTRING = defined &B::perlstring ? sub(){1} : sub(){0};
 }
 
-our $VERSION = '2.002004';
+our $VERSION = '2.002005';
 $VERSION = eval $VERSION;
 
 our @EXPORT = qw(quote_sub unquote_sub quoted_from_sub qsub);

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



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