[Catalyst-commits] r12491 -
Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Store
xenoterracide at dev.catalyst.perl.org
xenoterracide at dev.catalyst.perl.org
Wed Dec 30 12:59:26 GMT 2009
Author: xenoterracide
Date: 2009-12-30 12:59:24 +0000 (Wed, 30 Dec 2009)
New Revision: 12491
Modified:
Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Store/Minimal.pm
Log:
minor code example fix in documentation
Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Store/Minimal.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Store/Minimal.pm 2009-12-29 01:07:14 UTC (rev 12490)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Store/Minimal.pm 2009-12-30 12:59:24 UTC (rev 12491)
@@ -104,7 +104,7 @@
},
store => {
class => 'Minimal',
- users = {
+ users => {
bob => {
password => "s00p3r",
editor => 'yes',
More information about the Catalyst-commits
mailing list