sub mine { my %args = @_; is( $args{one}, 'first', 'arg one' ); is( $args{two}, 'second', 'arg two' ); done_testing; }