From: Lukas Mai Date: Mon, 26 Nov 2012 04:30:18 +0000 (+0100) Subject: version bump X-Git-Tag: v1.0004 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=commitdiff_plain;h=refs%2Ftags%2Fv1.0004 version bump --- diff --git a/Changes b/Changes index ab7cda0..600289f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Function-Parameters +1.0004 2012-11-26 + - fix test relying on hash ordering + 1.0003 2012-11-19 - clean up internals - fix build errors on some platforms diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index 4bcec7e..59d9bdc 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.0003'; + our $VERSION = '1.0004'; XSLoader::load; }