From: Tomas Doran Date: Thu, 15 Oct 2009 15:09:14 +0000 (+0000) Subject: Not needed in BEGIN X-Git-Tag: v0.10016~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Authentication.git;a=commitdiff_plain;h=6c9482fea717a16b6cafaa650c370fc801a0d75e Not needed in BEGIN --- diff --git a/lib/Catalyst/Authentication/Credential/Password.pm b/lib/Catalyst/Authentication/Credential/Password.pm index 57058f8..57dbd74 100644 --- a/lib/Catalyst/Authentication/Credential/Password.pm +++ b/lib/Catalyst/Authentication/Credential/Password.pm @@ -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) = @_;