fix development version number
[p5sagit/Function-Parameters.git] / lib / Function / Parameters.pm
index 1a3d9f0..f9434da 100644 (file)
@@ -9,7 +9,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '0.10_03';
+       our $VERSION = 0.10_03;
        XSLoader::load;
 }