be compatible with old Exporter
[p5sagit/local-lib.git] / t / lib / TempDir.pm
index 61a9de6..ca995f6 100644 (file)
@@ -2,7 +2,7 @@ package TempDir;
 use strict;
 use warnings;
 
-use Exporter 'import';
+use base 'Exporter';
 our @EXPORT = qw(mk_temp_dir);
 
 use local::lib ();