projects
/
p5sagit/Function-Parameters.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
version bump
[p5sagit/Function-Parameters.git]
/
t
/
strict_3.fail
1
#!perl
2
use warnings;
3
use strict;
4
5
use Function::Parameters;
6
7
fun bad_3($x, %y, $z) {}
8
9
'ok'