updated Makefile.PL to need 0.63
Matt S Trout [Thu, 6 Jul 2006 20:29:26 +0000 (20:29 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 13ee32b..c0566ac 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 This file documents the revision history for Perl extension Catalyst.
 
 5.7000   2006-07-06 19:42:00
+        - bumped inc::Module::Install to 0.63 in Makefile.PL
         - fixes to uri_for_action for DispatchType::Chained
        - Further doc work.
        - Minor code cleanups 
index ec2aca7..c46c6b7 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.62;
+use inc::Module::Install 0.63;
 
 perl_version '5.8.1';