version bump
[p5sagit/Function-Parameters.git] / lib / Function / Parameters.pm
index 50fb348..e3e93b1 100644 (file)
@@ -1,11 +1,13 @@
 package Function::Parameters;
 
+use v5.14.0;
+
 use strict;
 use warnings;
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '0.05_01';
+       our $VERSION = '0.05_02';
        XSLoader::load;
 }