summaryrefslogtreecommitdiff
path: root/lib/Importer.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2018-05-17 19:46:29 +0200
committergregor herrmann <gregoa@debian.org>2018-05-17 19:46:29 +0200
commit5d83a7247ccf1211b5081d917dd0dbe7b6ded1be (patch)
tree0af2a83b5e76cc6b4c436e4b8add49b36b0b323f /lib/Importer.pm
parentb79f225db969cce2fd665340116eb6d78dc17ac9 (diff)
parent496b729837258eee597cd216179ffbd98ee1a392 (diff)
New upstream version 0.025
Diffstat (limited to 'lib/Importer.pm')
-rw-r--r--lib/Importer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Importer.pm b/lib/Importer.pm
index e86fa55..c07ec46 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.024';
+our $VERSION = '0.025';
my %SIG_TO_SLOT = (
'&' => 'CODE',