This is not a release.
Florian Ragwitz [Sun, 29 Nov 2009 15:33:48 +0000 (15:33 +0000)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index fbad850..296cf43 100644 (file)
@@ -78,7 +78,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80014_02';
+our $VERSION = '5.80014_01';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;
index d3c5e5d..d6ec44f 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80014_02';
+our $VERSION='5.80014_01';
 
 $VERSION = eval $VERSION;