we don't actually need strict.pm for the module
[p5sagit/Function-Parameters.git] / lib / Function / Parameters.pm
index f9434da..fd8c459 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.00';
        XSLoader::load;
 }