fix punctuation typo (thanks, punter!)
Karen Etheridge [Mon, 3 Aug 2015 03:42:35 +0000 (20:42 -0700)]
lib/Catalyst/Manual/Tutorial/05_Authentication.pod

index 024a9f9..21ce7e0 100644 (file)
@@ -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',
         },