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