>   ok t_cmp (
>           undef,
>           &get_undef,
>           "Retrieve undef from subroutine"
>           );

>   # expected: undef
>   # received: Retrieve undef from subroutine
>   not ok 1

get_undef is slurping up the text as an argument.  call it as get_undef()
instead (nobody really uses the & calling format anymore anyway :)

--Geoff

Reply via email to