[Catalyst-commits] r11536 -
	Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential
    t0m at dev.catalyst.perl.org 
    t0m at dev.catalyst.perl.org
       
    Thu Oct 15 15:09:15 GMT 2009
    
    
  
Author: t0m
Date: 2009-10-15 15:09:14 +0000 (Thu, 15 Oct 2009)
New Revision: 11536
Modified:
   Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm
Log:
Not needed in BEGIN
Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm	2009-10-15 06:49:20 UTC (rev 11535)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Authentication/Credential/Password.pm	2009-10-15 15:09:14 UTC (rev 11536)
@@ -9,9 +9,7 @@
 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) = @_;
    
    
More information about the Catalyst-commits
mailing list