Version 1.29 1.29
Tomas Doran [Tue, 11 Jan 2011 23:51:42 +0000 (23:51 +0000)]
Changes
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index 612da45..4e8a8d5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.29 2011-01-11 23:51:00
         - Add documentation for the --proc_title option to the generated
           fastcgi scripts
         - Don't bother with the BEGIN { use_ok dance for created tests
index 939a753..2321caf 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.28';
+our $VERSION             = '1.29';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;
index 000b5c0..6ff9836 100644 (file)
@@ -19,7 +19,7 @@ use namespace::autoclean;
 with 'MooseX::Emulate::Class::Accessor::Fast';
 
 # Change Catalyst/Devel.pm also
-our $VERSION = '1.28';
+our $VERSION = '1.29';
 
 my %cache;