From: Tomas Doran Date: Mon, 8 Aug 2011 22:56:25 +0000 (+0100) Subject: Bump version numbers to final 5.90000 X-Git-Tag: 5.9000~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=85c8088e4fd735c1274bc47b6eae7631bca13861 Bump version numbers to final 5.90000 --- diff --git a/Changes b/Changes index 3c33387..9f3061d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.90000 - UNRELEASED + Fixed extensions: - A number of modules have been updated to pass their tests or not diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6155e9c..7232fcc 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.89003'; +our $VERSION = '5.90000'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 7b87131..6badfcd 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.89003'; +our $VERSION = '5.90000'; =head1 NAME