projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e21fed2
)
version 1.0401
master
v1.0401
Lukas Mai [Wed, 9 Oct 2013 21:22:36 +0000 (23:22 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/Function/Parameters.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
0b0957d
..
89feaab
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,8
@@
Revision history for Function-Parameters
+1.0401 2013-10-09
+ - enable type checks by default
+
1.0301 2013-09-16
- support 'defaults' to base keywords on existing keyword types
- 'check_argument_count' no longer controls type checks
diff --git
a/lib/Function/Parameters.pm
b/lib/Function/Parameters.pm
index
d8e666a
..
d8dda1a
100644
(file)
--- a/
lib/Function/Parameters.pm
+++ b/
lib/Function/Parameters.pm
@@
-7,7
+7,7
@@
use Carp qw(confess);
use XSLoader;
BEGIN {
- our $VERSION = '1.0301';
+ our $VERSION = '1.0401';
XSLoader::load;
}