Don't try to load Want now that it's not used
Yuval Kogman [Mon, 28 Nov 2005 12:50:45 +0000 (12:50 +0000)]
lib/Catalyst/Plugin/Authentication.pm

index a098e60..758dbfb 100644 (file)
@@ -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";