increment $VERSION after 0.24 release
[p5sagit/Sub-Name.git] / lib / Sub / Name.pm
index cdbe642..c59e924 100644 (file)
@@ -54,9 +54,10 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.19';
+our $VERSION = '0.25';
 
-use Exporter 5.57 'import';
+use Exporter ();
+*import = \&Exporter::import;
 
 our @EXPORT = qw(subname);
 our @EXPORT_OK = @EXPORT;