projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8dbfd12
)
version bump
v0.10
Lukas Mai [Sun, 21 Oct 2012 17:42:56 +0000 (19:42 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/Function/Parameters.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
9a2172e
..
f188526
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,9
@@
Revision history for Function-Parameters
+0.10 2012-10-21
+ - add ':strict' import target
+ - support $invocant: parameter syntax
+
0.09 2012-10-14
- fix wrong line number for statement immediately following a function
diff --git
a/lib/Function/Parameters.pm
b/lib/Function/Parameters.pm
index
f601efd
..
2e2f580
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.09';
+ our $VERSION = '0.10';
XSLoader::load;
}