summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Importer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Importer.pm b/lib/Importer.pm
index 994b158..7b124c0 100644
--- a/lib/Importer.pm
+++ b/lib/Importer.pm
@@ -2,7 +2,7 @@ package Importer;
use strict qw/vars subs/; # Not refs!
use warnings; no warnings 'once';
-our $VERSION = '0.021';
+our $VERSION = '0.022';
my %SIG_TO_SLOT = (
'&' => 'CODE',