summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2016-09-15 12:08:42 -0700
committerChad Granum <exodist7@gmail.com>2016-09-15 12:08:42 -0700
commit0fa2eaeab483b0fa87cddff7b63e6a61b4a9a3fc (patch)
tree346d4d2bd9f66720650cd3f734518dd1265128fb
parent4c8995b9bd84dd5265e6773b28782ce5b0cee4ae (diff)
Automated Version Bump
-rw-r--r--lib/Importer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Importer.pm b/lib/Importer.pm
index fedb89d..e86fa55 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.023';
+our $VERSION = '0.024';
my %SIG_TO_SLOT = (
'&' => 'CODE',