no longer inherit from Exporter
[p5sagit/Safe-Isa.git] / lib / Safe / Isa.pm
index fa75b82..ebadc37 100644 (file)
@@ -3,9 +3,9 @@ package Safe::Isa;
 use strict;
 use warnings FATAL => 'all';
 use Scalar::Util qw(blessed);
-use base qw(Exporter);
+use Exporter 5.57 qw(import);
 
-our $VERSION = '1.000002';
+our $VERSION = '1.000003';
 
 our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES);