This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
use just the import sub from Exporter
authorKaren Etheridge <ether@cpan.org>
Tue, 15 Jul 2014 00:25:46 +0000 (17:25 -0700)
committerJames E Keenan <jkeenan@cpan.org>
Tue, 15 Jul 2014 22:42:44 +0000 (18:42 -0400)
dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm

index b297b14..165a15c 100644 (file)
@@ -10,8 +10,9 @@ use Carp;
 use strict;
 use warnings;
 
+use Exporter 5.57 'import';
+
 our $VERSION = '1.64';
-our @ISA=('Exporter');
 our @EXPORT_OK = qw(mkmanifest
                 manicheck  filecheck  fullcheck  skipcheck
                 manifind   maniread   manicopy   maniadd