changes, pod fix
Marcus Ramberg [Fri, 4 Jan 2008 22:26:51 +0000 (22:26 +0000)]
Changes
lib/Catalyst/Controller.pm

diff --git a/Changes b/Changes
index 50a9cd1..479ba64 100644 (file)
--- 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'.
index e6eb8d8..ab77e21 100644 (file)
@@ -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.