[Catalyst-commits] r12086 - Catalyst-Runtime/5.80/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Nov 30 22:59:16 GMT 2009


Author: t0m
Date: 2009-11-30 22:59:15 +0000 (Mon, 30 Nov 2009)
New Revision: 12086

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Require new M::I

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-11-30 22:54:44 UTC (rev 12085)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-11-30 22:59:15 UTC (rev 12086)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use inc::Module::Install 0.87;
+use inc::Module::Install 0.91;
 {   # Ensure that these get used - yes, M::I loads them for us, but if you're
     # in author mode and don't have them installed, then the error is tres
     # cryptic.




More information about the Catalyst-commits mailing list