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