projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f4c2f03
)
version bump (developer release)
v1.00_01
Lukas Mai [Wed, 14 Nov 2012 15:41:50 +0000 (16:41 +0100)]
lib/Function/Parameters.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Function/Parameters.pm
b/lib/Function/Parameters.pm
index
fd8c459
..
69078dc
100644
(file)
--- a/
lib/Function/Parameters.pm
+++ b/
lib/Function/Parameters.pm
@@
-8,7
+8,9
@@
use Carp qw(confess);
use XSLoader;
BEGIN {
- our $VERSION = '1.00';
+ our $VERSION = '1.00_01';
+ our $XS_VERSION = $VERSION;
+ $VERSION = eval $VERSION;
XSLoader::load;
}