On Sat, Aug 02, 2003 at 11:43:26AM -0700, Ovid wrote: > This does mean, though, that it won't play nicely with versions of Perl < 5.6.0. Is > that trade > off acceptable?
I'll throw in the fallback "if DEBUG" style TEST { my $sky = look('up'); is( $sky, 'blue' ); } if DEBUG; which will work without filters, attributes or magic herrings. -- Stupid am I? Stupid like a fox!