Version 1.30 after pulling master, duh 1.30
Tomas Doran [Tue, 11 Jan 2011 23:54:46 +0000 (23:54 +0000)]
Changes
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index cffec10..e619b58 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.30 2011-01-11 23:54:00
+        - Increased Catalyst::Plugin::ConfigLoader dependency to 0.30
+        - Include File::Copy::Recursive in inc/ when building a dist of an
+          application.
+
 1.29 2011-01-11 23:51:00
         - Add documentation for the --proc_title option to the generated
           fastcgi scripts
@@ -20,9 +25,6 @@ This file documents the revision history for Perl extension Catalyst-Devel.
         - Don't pollute M::I plugin detector with GetOptions symbol from
           GetOpt::Long
         - Fix typo in share/script/myapp_server.pl.tt (RT #58475)
-        - Increased Catalyst::Plugin::ConfigLoader dependency to 0.30
-        - Include File::Copy::Recursive in inc/ when building a dist of an
-          application.
 
 1.28 2010-06-16 02:43:00
         - Fix generated Pod tests so that the first check is if the TEST_POD
index 2321caf..c017db7 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.29';
+our $VERSION             = '1.30';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;
index 6ff9836..0ea0bd6 100644 (file)
@@ -19,7 +19,7 @@ use namespace::autoclean;
 with 'MooseX::Emulate::Class::Accessor::Fast';
 
 # Change Catalyst/Devel.pm also
-our $VERSION = '1.29';
+our $VERSION = '1.30';
 
 my %cache;