Version 5.80030 5.80030
Florian Ragwitz [Tue, 4 Jan 2011 12:55:54 +0000 (12:55 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index f515f57..9076eb7 100644 (file)
--- 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.
index 8a1c791..1c45fbb 100644 (file)
@@ -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 ) = @_;
index 4ea2826..dc1c673 100644 (file)
@@ -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