why the hell did I put that in import?
Matt S Trout [Thu, 28 Nov 2013 21:02:36 +0000 (21:02 +0000)]
lib/DBIx/Class/Bundled.pm

index 259667c..6c97cad 100644 (file)
@@ -13,8 +13,6 @@ our $HERE = File::Spec->catdir(
 
 ($HERE) = ($HERE =~ /^(.*)$/); # screw you, taint mode
 
-sub import {
-  unshift @INC, $HERE;
-}
+unshift @INC, $HERE;
 
 1;