summaryrefslogtreecommitdiff
path: root/lib/Importer.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Importer.pm')
-rw-r--r--lib/Importer.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Importer.pm b/lib/Importer.pm
index c07ec46..f10aada 100644
--- a/lib/Importer.pm
+++ b/lib/Importer.pm
@@ -1,8 +1,8 @@
package Importer;
-use strict qw/vars subs/; # Not refs!
+use strict; no strict 'refs';
use warnings; no warnings 'once';
-our $VERSION = '0.025';
+our $VERSION = '0.026';
my %SIG_TO_SLOT = (
'&' => 'CODE',