projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6626577
)
version bump
v1.0004
Lukas Mai [Mon, 26 Nov 2012 04:30:18 +0000 (
05:30
+0100)]
Changes
patch
|
blob
|
blame
|
history
lib/Function/Parameters.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
ab7cda0
..
600289f
100644
(file)
--- 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
(file)
--- 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;
}