On Sun, 7 Apr 2002, Stas Bekman wrote: > They fail under 5.6.x :( i know. what i'm saying is do something like so:
my @todo = $] < 5.007_03 ? (todo => [1..4]) : (); plan $r, @todo, tests => 4, have_module 'Apache::SubProcess'; or just skip the tests if < 5.007_03 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
