Version bump Auth, Auth::Store::DBIC, Authz::{ACL,Roles}
Yuval Kogman [Sun, 4 Dec 2005 12:26:47 +0000 (12:26 +0000)]
lib/Catalyst/Plugin/Authentication.pm

index c7549c9..b8dce45 100644 (file)
@@ -15,12 +15,14 @@ use warnings;
 use Tie::RefHash;
 use Class::Inspector;
 
+# this optimization breaks under Template::Toolkit
+# use user_exists instead
 #BEGIN {
 #      require constant;
 #      constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.03";
+our $VERSION = "0.04";
 
 sub set_authenticated {
     my ( $c, $user ) = @_;