projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
51583f5
)
bump version to 0.04
v0.04
Lukas Mai [Wed, 3 Mar 2010 18:30:58 +0000 (19:30 +0100)]
lib/Function/Parameters.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Function/Parameters.pm
b/lib/Function/Parameters.pm
index
9108695
..
ac410df
100644
(file)
--- a/
lib/Function/Parameters.pm
+++ b/
lib/Function/Parameters.pm
@@
-3,7
+3,7
@@
package Function::Parameters;
use strict;
use warnings;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
use Devel::Declare;
use B::Hooks::EndOfScope;