projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cc5d07a
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Bundled.pm
b/lib/DBIx/Class/Bundled.pm
index
259667c
..
6c97cad
100644
(file)
--- 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;