version bump (developer release) v1.00_02
Lukas Mai [Wed, 14 Nov 2012 17:33:25 +0000 (18:33 +0100)]
lib/Function/Parameters.pm
lib/Function/Parameters/Info.pm

index 916bc50..c05f008 100644 (file)
@@ -8,7 +8,9 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '1.00';
+       our $VERSION = '1.00_02';
+       our $XS_VERSION = $VERSION;
+       $VERSION = eval $VERSION;
        XSLoader::load;
 }
 
index 6755fee..7767b36 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Moo;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 {
        package Function::Parameters::Param;