summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2016-01-16 15:08:53 -0800
committerChad Granum <exodist7@gmail.com>2016-01-16 15:08:53 -0800
commit844a10f6c553251bf3ba3aeff2ac979ec1402d68 (patch)
tree3b049ef0a6160d4a74dbd3c74c295755f43dc0a6
parent34da763caf7b43bb3888808e71872a438ca96968 (diff)
Version Bump
-rw-r--r--Changes4
-rw-r--r--lib/Importer.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index 92e9fe8..35aadce 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
{{$NEXT}}
+ - Doc fixes
+ - Bug fixes
+ - Additional testing (still incomplete)
+
0.001 2016-01-15 11:47:38-08:00 America/Los_Angeles
- Initial Release
diff --git a/lib/Importer.pm b/lib/Importer.pm
index bfb426c..83669e0 100644
--- a/lib/Importer.pm
+++ b/lib/Importer.pm
@@ -2,7 +2,7 @@ package Importer;
use strict;
use warnings;
-our $VERSION = 0.001;
+our $VERSION = 0.002;
my %SIG_TO_SLOT = (
'&' => 'CODE',