fix semibroken tests
[p5sagit/Function-Parameters.git] / t / eating_strict_error.fail
CommitLineData
6c34b444 1#!perl
5bf140a1 2use strict;
3use Function::Parameters;
4
5fun get_record( $agent, $target_name ) {
6 for my $record ( @$records ) {
7 }
8}
9
10fun get_ip( $agent ) {
11}
12
6c34b444 13'ok'