[Bast-commits] r6925 - trunk/Devel-REPL

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jul 1 17:50:04 GMT 2009


Author: t0m
Date: 2009-07-01 17:50:03 +0000 (Wed, 01 Jul 2009)
New Revision: 6925

Modified:
   trunk/Devel-REPL/Makefile.PL
Log:
Insist on new Module::Install

Modified: trunk/Devel-REPL/Makefile.PL
===================================================================
--- trunk/Devel-REPL/Makefile.PL	2009-07-01 17:47:08 UTC (rev 6924)
+++ trunk/Devel-REPL/Makefile.PL	2009-07-01 17:50:03 UTC (rev 6925)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use inc::Module::Install 0.76;
+use inc::Module::Install 0.91;
 
 name 'Devel-REPL';
 perl_version '5.008001';




More information about the Bast-commits mailing list