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


The following commit has been merged in the master branch:
commit c1438605e602484974fcda0423346caf64108acc
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Wed Sep 12 23:55:04 2012 +0100

    Depend on latest MooX::Options to stop install fails

diff --git a/Changes b/Changes
index a8e808f..cb2b661 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.105
+  - Depend on latest MooX::Options to stop install fails.
+
 0.104
   - Fix to work with MooX::Options 3.7
 
diff --git a/Makefile.PL b/Makefile.PL
index 4c7752f..b4204ae 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,7 +21,7 @@ requires 'AnyEvent';
 requires 'AnyEvent::Handle::UDP';
 requires 'Config::Any';
 requires 'MooX::Types::MooseLike' => '0.08';
-requires 'MooX::Options' => '3.3';
+requires 'MooX::Options' => '3.71';
 requires 'String::RewritePrefix';
 requires 'JSON' => '2.0';
 requires 'Try::Tiny';

-- 
libmessage-passing-perl Debian packaging



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