X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFunction%2FParameters.pm;h=a3afc5509cd18cc7728f68991e21803dd5740b00;hb=b9c12f70b2c7b73970cefbb5b41982ef22477ace;hp=31845e8f468cdb0480459bfc8e02519b7d8ca271;hpb=af04c6f14fb39ede4662be90662ce829c1cc49d2;p=p5sagit%2FFunction-Parameters.git diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index 31845e8..a3afc55 100644 --- a/lib/Function/Parameters.pm +++ b/lib/Function/Parameters.pm @@ -8,7 +8,7 @@ use Carp qw(confess); use XSLoader; BEGIN { - our $VERSION = '1.00'; + our $VERSION = '1.0004'; XSLoader::load; }