X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FIntro.pod;fp=lib%2FCatalyst%2FManual%2FIntro.pod;h=7bff03f4510d1a1d70c3347e0b1d9ef2d59d6263;hp=da1d8db79bb489c9c2b79c1bd95e2e34048afb04;hb=7ce05098c9b1df9078e709e5a724e821a3b3b00d;hpb=512ec6d005f882e9f4502be3bfc9db2be2e7e1fd diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index da1d8db..7bff03f 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -1333,7 +1333,7 @@ If you don't want or need these features then it's perfectly acceptable $c->stash->{message} = 'Hello World!'; $self->check_message( $c, 'test1' ); } - + sub check_message { my ( $self, $c, $first_argument ) = @_; # do something...