X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore%2FNDWeb.pm;fp=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore%2FNDWeb.pm;h=351e838bd1bbeb5a43ed39c104c97e11bac4571e;hb=b49322dc8ac6ddc3d988caa5cd92b397fb8d0c31;hp=ff90aff08cd068e612014fd26ec8142a5a3d6673;hpb=0353e4eab6080bee665b74b3d08ccc701670977f;p=ndwebbie.git diff --git a/lib/Catalyst/Plugin/Authentication/Store/NDWeb.pm b/lib/Catalyst/Plugin/Authentication/Store/NDWeb.pm index ff90aff..351e838 100644 --- a/lib/Catalyst/Plugin/Authentication/Store/NDWeb.pm +++ b/lib/Catalyst/Plugin/Authentication/Store/NDWeb.pm @@ -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;