[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Tomas Doran bobtfish at bobtfish.net
Mon May 6 11:57:32 UTC 2013


The following commit has been merged in the master branch:
commit 4011ee3ad92eb9fc6e41e9160e0b0eba4e8a59c3
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Tue Jul 31 08:47:05 2012 +0100

    Bump version to 0.100 for deps

diff --git a/Changes b/Changes
index 4a1d802..63c59c3 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.100
   - Port the dist to Moo, so that the core of Message::Passing
     uses no XS code. Components can still be written using full
     Moose, as Moo supports upgrading classes to full Moose classes.
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index a327e39..40d52d9 100644
--- a/lib/Message/Passing.pm
+++ b/lib/Message/Passing.pm
@@ -8,6 +8,9 @@ use Carp qw/ confess /;
 use namespace::clean -except => [qw/ meta new_with_options has /];
 use 5.8.4;
 
+our $VERSION = '0.100';
+$VERSION = eval $VERSION;
+
 sub new_with_config {
     my ($class, %args) = @_;
 
@@ -33,9 +36,6 @@ with
     CLIComponent( name => 'error', default => 'STDERR', option => __PACKAGE__->can('option') ),
     'Message::Passing::Role::Script';
 
-our $VERSION = '0.010';
-$VERSION = eval $VERSION;
-
 option configfile => (
     is => 'ro',
     format => 's',

-- 
libmessage-passing-perl Debian packaging



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