From: Florian Ragwitz Date: Tue, 4 Jan 2011 12:55:54 +0000 (+0000) Subject: Version 5.80030 X-Git-Tag: 5.80030^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=refs%2Ftags%2F5.80030 Version 5.80030 --- diff --git a/Changes b/Changes index f515f57..9076eb7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.80030 2011-01-04 13:13:02 + New features: - Add a --proc_title option to the FCGI script to set the process title. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 8a1c791..1c45fbb 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80029'; +our $VERSION = '5.80030'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 4ea2826..dc1c673 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008004; } # Remember to update this in Catalyst as well! -our $VERSION = '5.80029'; +our $VERSION = '5.80030'; =head1 NAME