Use Try::Tiny rather than eval
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Authentication / Realm.pm
2012-06-30 Tomas Doran Use Try::Tiny rather than eval
2012-06-30 Tomas Doran Use String::RewritePrefix, it's already a Cat dep
2012-06-30 Tomas Doran More whitespace cleanup
2009-03-28 Jay Kuri A better fix for the realm class name warning problem.
2009-03-28 Jay Kuri Add obj() as shorthand method for get_object()
2009-03-04 Tomas Doran Check for session method, not ISA C::P::Session for...
2009-02-05 Tomas Doran Actually error in the appropriate way
2009-02-05 Tomas Doran Stop accidentally blowing up if we can't restore the...
2009-02-04 Marcus Ramberg Add changelog entry, use , not
2009-02-04 Jay Kuri Adding failed_user_restore hook for bypassing the dead...
2009-01-28 Jay Kuri tweak progressive realm documentation and add check...
2008-10-26 Jay Kuri Changes to allow for dropping of the 'realms' config...
2008-08-17 Jay Kuri fully documenting new user persistance routines
2008-07-21 Jay Kuri Bark loudly if we are told we can restore from session...
2008-05-27 Tomas Doran Add some stubby docs to make the POD Coverage test...
2008-05-23 Brian Cassidy pod update (RT #36062). VERSION fix.
2008-03-20 Jay Kuri allow the realm to use session even if main auth module...
2008-03-17 Jay Kuri Decoupling of Session and Auth-
2007-11-23 Jay Kuri Convert everything not actually a plugin to now live...