From: Karen Etheridge Date: Mon, 3 Aug 2015 03:42:35 +0000 (-0700) Subject: fix punctuation typo (thanks, punter!) X-Git-Tag: v5.9010~32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=682c50f154e3c9fdcb599dd9caf6f95289322703 fix punctuation typo (thanks, punter!) --- 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', },