From: Jesse Sheidlower Date: Thu, 1 Jun 2006 18:02:57 +0000 (+0000) Subject: small typo in synopsis X-Git-Tag: 5.7099_04~555 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=65d92e19962a4ac3a1c37dde7823f789946b876f small typo in synopsis --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4fe18e7..4e13edb 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -105,7 +105,7 @@ Catalyst - The Elegant MVC Web Application Framework ### in lib/MyApp.pm use Catalyst qw/-Debug/; # include plugins here as well - ### In libMyApp/Controller/Root.pm (autocreated) + ### In lib/MyApp/Controller/Root.pm (autocreated) sub foo : Global { # called for /foo, /foo/1, /foo/1/2, etc. my ( $self, $c, @args ) = @_; # args are qw/1 2/ for /foo/1/2 $c->stash->{template} = 'foo.tt'; # set the template