From: Jay Hannah Date: Wed, 13 May 2009 21:03:37 +0000 (+0000) Subject: Catalyst prereq changed to 5.80. Thanks, kold! X-Git-Tag: 1.16~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b6385ce647af97ff0195f64a1d8619ff4667a0f;p=catagits%2FCatalyst-Devel.git Catalyst prereq changed to 5.80. Thanks, kold! --- diff --git a/Changes b/Changes index c95f42f..1175083 100644 --- 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) diff --git a/Makefile.PL b/Makefile.PL index f368ce6..8d54d18 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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'; diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 51366d8..cd87fe1 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -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; diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 231f0c5..bdff7c0 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -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 #