summaryrefslogtreecommitdiff
path: root/lib/Importer.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-08-19 18:11:06 +0200
committergregor herrmann <gregoa@debian.org>2020-08-19 18:11:06 +0200
commitc4997aba768ce20feed821a970a073cf7b9e0784 (patch)
tree07a265bacca8bba22ea22a8ecb42879c94ef4e3b /lib/Importer.pm
parent5d83a7247ccf1211b5081d917dd0dbe7b6ded1be (diff)
parent9b7fa0ffbb0284ee1d871739331ffe854689a7f4 (diff)
New upstream version 0.026
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',