From: Matt S Trout Date: Thu, 28 Nov 2013 21:02:36 +0000 (+0000) Subject: why the hell did I put that in import? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=63cf31428a617a7367e8ec2c52f2489a83914eaf;p=dbsrgits%2FDBIx-Class.git why the hell did I put that in import? --- diff --git a/lib/DBIx/Class/Bundled.pm b/lib/DBIx/Class/Bundled.pm index 259667c..6c97cad 100644 --- a/lib/DBIx/Class/Bundled.pm +++ b/lib/DBIx/Class/Bundled.pm @@ -13,8 +13,6 @@ our $HERE = File::Spec->catdir( ($HERE) = ($HERE =~ /^(.*)$/); # screw you, taint mode -sub import { - unshift @INC, $HERE; -} +unshift @INC, $HERE; 1;