X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F05_Authentication.pod;h=358c3988a11268a9954aca52dc6588c1f6c8bcbe;hp=5f378cc4e732e6e188e4098e35eec57c9c328dad;hb=ddfbd8506f744fe1dc407bdaa7a1e9211b2dd1d7;hpb=f2bbfc36c84341b93dd37dceb879a94743a90b18 diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index 5f378cc..358c398 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -465,7 +465,7 @@ the following method: # Note that 'auto' runs after 'begin' but before your actions and that # 'auto's "chain" (all from application path to most specific class are run) # See the 'Actions' section of 'Catalyst::Manual::Intro' for more info. - sub auto : Private { + sub auto :Private { my ($self, $c) = @_; # Allow unauthenticated users to reach the login page. This