bump Module::Install dep to 1.02
Rafael Kitover [Thu, 6 Oct 2011 14:15:51 +0000 (10:15 -0400)]
1.02 has some nice new features that make dealing with deps easier, see
perldoc Module::AutoInstall for details.

Changes
Makefile.PL
share/Makefile.PL.tt

diff --git a/Changes b/Changes
index b5f7a46..d42a8f4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+        - bump Module::Install dep to 1.02
+
 1.35 2011-09-05 13:05:00
         - Stop requiring Starman and MooseX::Daemonize on Win32 as they're
           optional components in Catalyst::Runtime and won't install
index ca242bc..ce47a68 100644 (file)
@@ -32,7 +32,7 @@ if (!$Module::Install::AUTHOR && $^O ne 'MSWin32') {
 # this distribution. Therefore we really *depend* on Module::Install to be
 # installed, even though we also use it to build this distribution and include
 # it in its inc/ directory for releases.
-requires 'Module::Install' => '0.91';
+requires 'Module::Install' => '1.02';
 
 author_requires 'IPC::Run3';
 author_requires 'Module::Info';
index ae47abd..5aab86a 100644 (file)
@@ -1,7 +1,7 @@
 [% startperl %]
 # IMPORTANT: if you delete this file your app will not work as
 # expected.  You have been warned.
-use inc::Module::Install;
+use inc::Module::Install 1.02;
 use Module::Install::Catalyst; # Complain loudly if you don't have
                                # Catalyst::Devel installed or haven't said
                                # 'make dist' to create a standalone tarball.