From: Marcus Ramberg Date: Wed, 25 Jun 2008 20:38:36 +0000 (+0000) Subject: Prepare for 5.7099_01 X-Git-Tag: 5.7099_04~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ec7306147b1958adbfa4ba87d539c66cfbe4354b Prepare for 5.7099_01 --- diff --git a/Changes b/Changes index c5425e4..004e112 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. -5.7xxx xxx +5.7099_01 2008-06-25 22:36:00 - Refactored component resolution (component(), models(), model(), et al). We now throw warnings for two reasons: 1) model() or view() was called with no arguments, and two results are returned diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 22deaf1..818701e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -64,7 +64,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.7014'; +our $VERSION = '5.7099_01'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 1de1ba3..3e79489 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008001; } # Remember to update this in Catalyst as well! -our $VERSION='5.7014'; +our $VERSION='5.7099_01'; =head1 NAME