Version 5.71001. 5.71001
Florian Ragwitz [Sun, 29 Mar 2009 19:02:59 +0000 (19:02 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 3a2e560..2719493 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.71001 UNRELEASED
+5.71001  2009-03-26 22:52:14
         - Add the Catalyst::Dispatcher->dispatch_type method (ash)
         - Support Moose components so that attribute defaults work
           and BUILD methods are correctly called (t0m)
index 9df1276..5d96074 100644 (file)
@@ -64,7 +64,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.71000';
+our $VERSION = '5.71001';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 26861b4..1951a91 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.71000';
+our $VERSION='5.71001';
 
 $VERSION= eval $VERSION;