Version 5.90008 - TRIAL 5.90008
Tomas Doran [Mon, 6 Feb 2012 20:50:10 +0000 (20:50 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 94987f0..e153c22 100644 (file)
--- 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
index ebfcf8c..6a6fe2c 100644 (file)
@@ -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 ) = @_;
index 34e3edc..81bb882 100644 (file)
@@ -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