[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:53 UTC 2013


The following commit has been merged in the master branch:
commit dedc0c392608f27a33616d2bdf172392ff259a5b
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sat Oct 6 09:33:25 2012 +0100

    Fix v-string to work with perl 5.8. RT#80034

diff --git a/Changes b/Changes
index c6e0053..c466ccf 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - Fix v-string to work with perl 5.8. RT#80034
+
 0.109
   - Really fix test fail :(
 
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index 55496c8..b9238c8 100644
--- a/lib/Message/Passing.pm
+++ b/lib/Message/Passing.pm
@@ -6,7 +6,7 @@ use Message::Passing::DSL;
 use Carp qw/ confess /;
 use MooX::Options flavour => [qw( pass_through )], protect_argv => 0;
 use namespace::clean -except => [qw/ meta new_with_options parse_options _options_data _options_config/];
-use 5.8.4;
+use 5.008004;
 
 our $VERSION = '0.109';
 $VERSION = eval $VERSION;

-- 
libmessage-passing-perl Debian packaging



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