From: Florian Ragwitz Date: Tue, 23 Feb 2010 09:46:29 +0000 (+0100) Subject: Version 1.27. X-Git-Tag: 1.27^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d82c9c11d778cbcdd7039fc37354f27fedaf66d4;hp=641b89e2e96000a12142211f08ed777be02395bb;p=catagits%2FCatalyst-Devel.git Version 1.27. --- diff --git a/Changes b/Changes index 2950b0b..b28e4e3 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,9 @@ This file documents the revision history for Perl extension Catalyst-Devel. +1.27 2010-02-23 10:44:20 - Add the catalyst_par_options option. - Change the version of Catalyst required to 5.80015 as retarded - packaging systems consider 5.8001402 greater than 5.80015.. + packaging systems consider 5.8001402 greater than 5.80015. 1.26 2010-01-12 03:55:50 - Depend on Catalyst::Plugin::Static::Simple 0.28 to avoid failures diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 770e200..913da6f 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -4,7 +4,7 @@ use strict; use warnings; # Change Catalyst::Helper also. -our $VERSION = '1.26'; +our $VERSION = '1.27'; our $CATALYST_SCRIPT_GEN = 40; $VERSION = eval $VERSION;