projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cfdc1dc
)
version bump (developer release)
v0.10_02
Lukas Mai [Sat, 27 Oct 2012 13:38:08 +0000 (15:38 +0200)]
lib/Function/Parameters.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Function/Parameters.pm
b/lib/Function/Parameters.pm
index
8f58d15
..
ba2b481
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_01';
+ our $VERSION = '0.10_02';
XSLoader::load;
}