[Catalyst] Intro.pod documentation patch.
Jesper Krogh
jesper at krogh.cc
Mon Jan 9 15:34:22 CET 2006
Just a small typo in the documentation.
--- /usr/share/perl5/Catalyst/Manual/Intro.pod 2005-12-02
02:47:17.000000000 +0100
+++ /tmp/Intro.pod 2006-01-09 15:31:49.000000000 +0100
@@ -628,7 +628,7 @@
sub check_message : Private {
my ( $self, $c ) = @_;
- my $first_argument = $c->req->args[0]; # now = 'test1'
+ my $first_argument = $c->req->args->[0]; # now = 'test1'
# do something...
}
--
Jesper Krogh
More information about the Catalyst
mailing list