Version 1.27. 1.27
Florian Ragwitz [Tue, 23 Feb 2010 09:46:29 +0000 (10:46 +0100)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index 2950b0b..b28e4e3 100644 (file)
--- 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
index 770e200..913da6f 100644 (file)
@@ -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;