From: Yuval Kogman Date: Mon, 28 Nov 2005 12:50:45 +0000 (+0000) Subject: Don't try to load Want now that it's not used X-Git-Tag: v0.02~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e145babcdbdea87cccaada5e09071b8d2af60005;p=catagits%2FCatalyst-Plugin-Authentication.git Don't try to load Want now that it's not used --- diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index a098e60..758dbfb 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -15,10 +15,10 @@ use warnings; use Tie::RefHash; use Class::Inspector; -BEGIN { - require constant; - constant->import(have_want => eval { require Want }); -} +#BEGIN { +# require constant; +# constant->import(have_want => eval { require Want }); +#} our $VERSION = "0.01";