projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
633048d
)
version bump (developer release)
v0.10_01
Lukas Mai [Wed, 24 Oct 2012 15:45:02 +0000 (17:45 +0200)]
lib/Function/Parameters.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Function/Parameters.pm
b/lib/Function/Parameters.pm
index
2e2f580
..
3b0794f
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';
+ our $VERSION = '0.10_01';
XSLoader::load;
}