summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2016-08-21 16:09:26 -0700
committerChad Granum <exodist7@gmail.com>2016-08-21 16:09:26 -0700
commit0bee64aaeba45711e13b959c2a5af4c4c47dd4f1 (patch)
tree07e3b7c789a1fec7c46c1e0b79f6f215d2442ea7
parent8e7f6e8f991b07c02493d98644786a6cbd90cd71 (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 8ae5e7b..aa64ebc 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.018';
+our $VERSION = '0.019';
my %SIG_TO_SLOT = (
'&' => 'CODE',