version bump
[p5sagit/Function-Parameters.git] / lib / Function / Parameters.pm
index 1a3d9f0..59d9bdc 100644 (file)
@@ -2,14 +2,13 @@ package Function::Parameters;
 
 use v5.14.0;
 
-use strict;
 use warnings;
 
 use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '0.10_03';
+       our $VERSION = '1.0004';
        XSLoader::load;
 }