X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fdbixcsl_test_dir.pm;h=eef5f0af8dc0c284e2d446622d05695184df2625;hb=refs%2Fheads%2Fnamespace-cleanup;hp=6af8511c97c8cc6c00b27be842eed7999931e68d;hpb=306bf770bf08b06f92863808b1938f2fc704acb0;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/lib/dbixcsl_test_dir.pm b/t/lib/dbixcsl_test_dir.pm index 6af8511..eef5f0a 100644 --- a/t/lib/dbixcsl_test_dir.pm +++ b/t/lib/dbixcsl_test_dir.pm @@ -5,8 +5,8 @@ use warnings; use File::Path 'rmtree'; use File::Temp 'tempdir'; use Scalar::Util 'weaken'; -use namespace::clean; use DBI (); +use namespace::clean; use base qw/Exporter/; our @EXPORT_OK = '$tdir';