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