projects
/
p5sagit/local-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6a67747
)
be compatible with old Exporter
Graham Knop [Tue, 1 Oct 2013 12:48:13 +0000 (08:48 -0400)]
t/lib/TempDir.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/TempDir.pm
b/t/lib/TempDir.pm
index
61a9de6
..
ca995f6
100644
(file)
--- a/
t/lib/TempDir.pm
+++ b/
t/lib/TempDir.pm
@@
-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 ();