Catalyst prereq changed to 5.80. Thanks, kold!
Jay Hannah [Wed, 13 May 2009 21:03:37 +0000 (21:03 +0000)]
Changes
Makefile.PL
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index c95f42f..1175083 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.16    2009-05-13 20:43
+        - Catalyst prereq changed to 5.80. Thanks, kold! (jhannah)
+
 1.15    2009-05-13 20:02
         - Remove -p option for pid file, and restore it to the port number,
           as it should be -port|-p (t0m)
index f368ce6..8d54d18 100644 (file)
@@ -3,7 +3,7 @@ use inc::Module::Install 0.87;
 name     'Catalyst-Devel';
 all_from 'lib/Catalyst/Devel.pm';
 
-requires 'Catalyst'    => '5.7000';
+requires 'Catalyst'    => '5.8000';
 requires 'Catalyst::Action::RenderView' => '0.04';
 requires 'Catalyst::Plugin::Static::Simple' => '0.16';
 requires 'Catalyst::Plugin::ConfigLoader';
index 51366d8..cd87fe1 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.15';
+our $VERSION             = '1.16';
 our $CATALYST_SCRIPT_GEN = 37;
 
 $VERSION = eval $VERSION;
index 231f0c5..bdff7c0 100644 (file)
@@ -648,7 +648,7 @@ package [% name %];
 use strict;
 use warnings;
 
-use Catalyst::Runtime 5.70;
+use Catalyst::Runtime 5.80;
 
 # Set flags and add plugins for the application
 #