From: Tomas Doran Date: Mon, 6 Feb 2012 20:50:10 +0000 (+0000) Subject: Version 5.90008 - TRIAL X-Git-Tag: 5.90008^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=af09d56c9672fcd5bb8b94b834ba0916745eb27e Version 5.90008 - TRIAL --- diff --git a/Changes b/Changes index 94987f0..e153c22 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.90008 - TRIAL 2012-02-06 20:49:00 + New features and refactoring: - Much of the Catalyst::Engine code has been moved into Catalyst::Request and Catalyst::Response, to be able to better support asynchronous web diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index ebfcf8c..6a6fe2c 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -100,7 +100,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90007'; +our $VERSION = '5.90008'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 34e3edc..81bb882 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.90007'; +our $VERSION = '5.90008'; =head1 NAME