Prepare for release 5.80012
Marcus Ramberg [Wed, 9 Sep 2009 17:08:03 +0000 (17:08 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index c268650..88ad125 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
+#
+5.80012 2009-09-09 19:09:09
 
   Bug fixes:
      - Fix t/optional_http-server.t test.
index f616ba8..5b975b7 100644 (file)
@@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80011';
+our $VERSION = '5.80012';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;
index d94f3f0..2cf1bd3 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80011';
+our $VERSION='5.80012';
 
 $VERSION = eval $VERSION;