projects
/
p5sagit/Function-Parameters.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ab33eee41406848b47a152d25b3b192b38c44946
[p5sagit/Function-Parameters.git]
/
t
/
eating_strict_error.fail
1
#!perl
2
use strict;
3
use Function::Parameters;
4
5
fun get_record( $agent, $target_name ) {
6
for my $record ( @$records ) {
7
}
8
}
9
10
fun get_ip( $agent ) {
11
}
12
13
'ok'