Re: Interactive tests?

2002-02-15 Thread Michael G Schwern
On Thu, Feb 14, 2002 at 03:35:43PM +, Mark Fowler wrote: So..sensible default values, options to change to Makefile.PL for those cases where you need to...and maybe then falling back to it being interactive? There's the entirely undocumented but really, really useful

Re: VMS status @14710

2002-02-15 Thread Jarkko Hietaniemi
t/op/glob.t The test that is failing is: # ... while ($var = glob(...)) should test definedness not truth my $ok = not ok 8\n; $ok = ok 8\n while my $var = glob(0); print $ok; This test massively confuses me. What is the meaning of the 0 in Cglob(0)? As far as I can see we