]> ruin.nu Git - ndwebbie.git/blobdiff - lib/Catalyst/Plugin/Authentication/Store/NDWeb.pm
Convert to catalyst 5.8
[ndwebbie.git] / lib / Catalyst / Plugin / Authentication / Store / NDWeb.pm
index ff90aff08cd068e612014fd26ec8142a5a3d6673..351e838bd1bbeb5a43ed39c104c97e11bac4571e 100644 (file)
@@ -2,17 +2,13 @@ package Catalyst::Plugin::Authentication::Store::NDWeb;
 
 use strict;
 use warnings;
-use base qw/Class::Accessor::Fast/;
+use Moose;
 
 use NDWeb::Auth::User;
 
 our $VERSION= "0.104";
 
 
-BEGIN {
-       #__PACKAGE__->mk_accessors(qw/config/);
-}
-
 
 sub setup {
        my $c = shift;