fix broken test
[p5sagit/Function-Parameters.git] / t / eating_strict_error.fail
1 use strict;
2 use Function::Parameters;
3
4 fun get_record( $agent, $target_name ) {
5         for my $record ( @$records ) {
6         }
7 }
8
9 fun get_ip( $agent ) {
10 }
11