projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5efe0e0
)
version bump
v0.09
mauke [Sun, 14 Oct 2012 13:21:08 +0000 (15:21 +0200)]
lib/Function/Parameters.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Function/Parameters.pm
b/lib/Function/Parameters.pm
index
b01fbc9
..
c87f78e
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.08';
+ our $VERSION = '0.09';
XSLoader::load;
}