From: Tomas Doran Date: Tue, 11 Jan 2011 23:54:46 +0000 (+0000) Subject: Version 1.30 after pulling master, duh X-Git-Tag: 1.30^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=refs%2Ftags%2F1.30 Version 1.30 after pulling master, duh --- diff --git a/Changes b/Changes index cffec10..e619b58 100644 --- 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 diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 2321caf..c017db7 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.29'; +our $VERSION = '1.30'; our $CATALYST_SCRIPT_GEN = 40; $VERSION = eval $VERSION; diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 6ff9836..0ea0bd6 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -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;