projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f0c9847
)
version bump (developer release)
v0.10_03
Lukas Mai [Sun, 28 Oct 2012 15:54:43 +0000 (16:54 +0100)]
lib/Function/Parameters.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Function/Parameters.pm
b/lib/Function/Parameters.pm
index
07660bd
..
1a3d9f0
100644
(file)
--- a/
lib/Function/Parameters.pm
+++ b/
lib/Function/Parameters.pm
@@
-9,7
+9,7
@@
use Carp qw(confess);
use XSLoader;
BEGIN {
- our $VERSION = '0.10_02';
+ our $VERSION = '0.10_03';
XSLoader::load;
}