From: Rafael Kitover Date: Thu, 6 Oct 2011 14:15:51 +0000 (-0400) Subject: bump Module::Install dep to 1.02 X-Git-Tag: 1.36~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=d1840405140904babc6917914d42f09cc028822b bump Module::Install dep to 1.02 1.02 has some nice new features that make dealing with deps easier, see perldoc Module::AutoInstall for details. --- diff --git a/Changes b/Changes index b5f7a46..d42a8f4 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index ca242bc..ce47a68 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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'; diff --git a/share/Makefile.PL.tt b/share/Makefile.PL.tt index ae47abd..5aab86a 100644 --- a/share/Makefile.PL.tt +++ b/share/Makefile.PL.tt @@ -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.