From: Marcus Ramberg Date: Fri, 4 Jan 2008 22:26:51 +0000 (+0000) Subject: changes, pod fix X-Git-Tag: 5.7099_04~101 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=2cbd9d1225d147083f89bce31703e7d500a98681 changes, pod fix --- diff --git a/Changes b/Changes index 50a9cd1..479ba64 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. -5.7012 +5.7012 2007-12-16 23:44:00 - Fix __PACKAGE__->config->{foo} = 'bar' case with subclassing - Add Catalyst::Stats (Jon Schutz) - Fixed a bug where ?q=bar=baz is decoded as q=>'bar', not 'bar=baz'. diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index e6eb8d8..ab77e21 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -310,7 +310,7 @@ controller name. For instance controller 'MyApp::Controller::Foo::Bar' will be bound to 'foo/bar'. The default Root controller is an example of setting namespace to '' (the null string). -=head2 prefix +=head2 path Sets 'path_prefix', as described below.