[Bast-commits] r4084 - trunk/Devel-REPL
Sartak at dev.catalyst.perl.org
Sartak at dev.catalyst.perl.org
Mon Feb 18 20:10:55 GMT 2008
Author: Sartak
Date: 2008-02-18 20:10:55 +0000 (Mon, 18 Feb 2008)
New Revision: 4084
Modified:
trunk/Devel-REPL/Makefile.PL
Log:
Depend on a minimum version of MooseX-Object-Pluggable
Modified: trunk/Devel-REPL/Makefile.PL
===================================================================
--- trunk/Devel-REPL/Makefile.PL 2008-02-14 17:40:06 UTC (rev 4083)
+++ trunk/Devel-REPL/Makefile.PL 2008-02-18 20:10:55 UTC (rev 4084)
@@ -9,7 +9,7 @@
build_requires 'Test::More';
requires 'Moose';
-requires 'MooseX::Object::Pluggable';
+requires 'MooseX::Object::Pluggable' => '0.0007';
requires 'MooseX::Getopt';
requires 'namespace::clean';
requires 'File::HomeDir';
More information about the Bast-commits
mailing list