From: Tomas Doran Date: Tue, 11 Jan 2011 23:51:42 +0000 (+0000) Subject: Version 1.29 X-Git-Tag: 1.29^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=55fac4683a99cec46c495490a2f389d27598533e Version 1.29 --- diff --git a/Changes b/Changes index 612da45..4e8a8d5 100644 --- 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 diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 939a753..2321caf 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.28'; +our $VERSION = '1.29'; our $CATALYST_SCRIPT_GEN = 40; $VERSION = eval $VERSION; diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 000b5c0..6ff9836 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.28'; +our $VERSION = '1.29'; my %cache;