version 1.0202
[p5sagit/Function-Parameters.git] / lib / Function / Parameters / Info.pm
index 6c624ff..224269c 100644 (file)
@@ -3,7 +3,7 @@ package Function::Parameters::Info;
 use v5.14.0;
 use warnings;
 
-our $VERSION = '0.04';
+our $VERSION = '1.0202';
 
 # If Moo isn't loaded yet but Moose is, avoid pulling in Moo and fall back to Moose
 my ($Moo, $meta_make_immutable);