From: Florian Ragwitz Date: Sun, 10 Jan 2010 02:00:03 +0000 (+0000) Subject: Version 5.80017. X-Git-Tag: 5.80017^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=45b607abc3b02628b2e1b830fe325256dbec04ae Version 5.80017. --- diff --git a/Changes b/Changes index 3ae8b28..31aea74 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.80017 2010-01-10 02:27:29 + Documentation: - Fix docs for ->forward method when passed a class name - this should be a component name (e.g. View::HTML, not a full class name, like diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index e0c965b..7cc6ad2 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -78,7 +78,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80016'; +our $VERSION = '5.80017'; $VERSION = eval $VERSION; sub import { diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 74d9ce1..b2fe011 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.80016'; +our $VERSION='5.80017'; $VERSION = eval $VERSION;