X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore%2FNDWeb.pm;h=351e838bd1bbeb5a43ed39c104c97e11bac4571e;hb=1589baf3e90bbc7f1305e9691185188e15f326b9;hp=ff90aff08cd068e612014fd26ec8142a5a3d6673;hpb=49c23244b1ba61909b726bb9189665a33027a1af;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;