Revision history for Perl module Catalyst::Authentication::Credential::Authen::Simple
0.01 Sat Jun 28 13:31:03 2008
- original version; created by ExtUtils::ModuleMaker 0.51
0.02 Sun Aug 02 17:20:00 2008
- use strict and use warnings
0.03 Wed Apr 01 21:02:00 2009
- updated a couple of $c->log->debug(..) to $c->log->debug(..) if $c->debug;
0.04 Thu Apr 23 20:12:00 2009
- If Catalyst logger is compatible with Authen::Simple classes, then use the
Catalyst logger to do the logging. Tests and docs updated to reflect that.