Bump versions 1.23
Tomas Doran [Sun, 6 Dec 2009 12:18:54 +0000 (12:18 +0000)]
Changes
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index 0e72483..6c07559 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.23  2009-12-06 12:22:12
         - Fix generated app test to be multi-platform and fix issue with case
           for generated files.
         - Fix Test::More version dependency so that subtest works correctly.
index b0630d1..49ab3e0 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.22';
+our $VERSION             = '1.23';
 $VERSION = eval $VERSION;
 our $CATALYST_SCRIPT_GEN = 40;
 
index d407fee..d201df8 100644 (file)
@@ -18,7 +18,7 @@ use namespace::autoclean;
 with 'MooseX::Emulate::Class::Accessor::Fast';
 
 # Change Catalyst/Devel.pm also
-our $VERSION = '1.22';
+our $VERSION = '1.23';
 
 my %cache;