X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_io.t;h=610eaa9d4b09c4a94b51da770c03d49910591674;hb=refs%2Ftags%2F0.29;hp=78e3dc887533f87bb1ccce2c32cba649df37aad0;hpb=00993f692209baa547faaa8c214260e67e88e2e9;p=gitmo%2FMooseX-Storage.git diff --git a/t/100_io.t b/t/100_io.t index 78e3dc8..610eaa9 100644 --- a/t/100_io.t +++ b/t/100_io.t @@ -4,7 +4,7 @@ use strict; use warnings; use Test::More; -use Test::TempDir; +use File::Temp qw(tempdir); use File::Spec::Functions; my $dir = tempdir;