Not needed in BEGIN
Tomas Doran [Thu, 15 Oct 2009 15:09:14 +0000 (15:09 +0000)]
lib/Catalyst/Authentication/Credential/Password.pm

index 57058f8..57dbd74 100644 (file)
@@ -9,9 +9,7 @@ use Scalar::Util        ();
 use Catalyst::Exception ();
 use Digest              ();
 
-BEGIN {
-    __PACKAGE__->mk_accessors(qw/_config realm/);
-}
+__PACKAGE__->mk_accessors(qw/_config realm/);
 
 sub new {
     my ($class, $config, $app, $realm) = @_;