X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F05_Authentication.pod;h=21ce7e0c827043203d31d1d498f1f89575e11101;hb=098e33382ae65e49f835d09b3c630441aa416a39;hp=024a9f94156b216f96ef3a71c5cde425ee04b10d;hpb=12f79f84a2629bb576c434add5698c8f2292e815;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index 024a9f9..21ce7e0 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -644,7 +644,7 @@ the closing "1;": passphrase_class => 'SaltedDigest', passphrase_args => { algorithm => 'SHA-1', - salt_random => 20. + salt_random => 20, }, passphrase_check_method => 'check_password', },