X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Finflate%2Ffile_column.t;fp=t%2Finflate%2Ffile_column.t;h=639b12d5cf4d4ed50043193e01ed85f12660e108;hb=c9d29bb255e00c9c734edfc9634b3ff24ad621ba;hp=a9a75f0cc343de3b1430bbe898e728134f6c52b1;hpb=b76c52889ed15da4188cb9f7233176c742e2663d;p=dbsrgits%2FDBIx-Class.git diff --git a/t/inflate/file_column.t b/t/inflate/file_column.t index a9a75f0..639b12d 100644 --- a/t/inflate/file_column.t +++ b/t/inflate/file_column.t @@ -4,7 +4,6 @@ use warnings; use Test::More; use lib qw(t/lib); use DBICTest; -use IO::File; use File::Compare; use Path::Class qw/file/;