version bump
[p5sagit/Function-Parameters.git] / lib / Function / Parameters.pm
index 27c018e..8dcfef8 100644 (file)
@@ -8,9 +8,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '1.0101_01';
-       our $XS_VERSION = $VERSION;
-       $VERSION = eval $VERSION;
+       our $VERSION = '1.0102';
        XSLoader::load;
 }