From: Graham Knop Date: Tue, 1 Oct 2013 12:48:13 +0000 (-0400) Subject: be compatible with old Exporter X-Git-Tag: 1.008024~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=dff0f4de100086c9691bec2b88c26568e45c52c6 be compatible with old Exporter --- diff --git a/t/lib/TempDir.pm b/t/lib/TempDir.pm index 61a9de6..ca995f6 100644 --- 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 ();