Re: Test::More::is() undef ?

2001-08-26 Thread Michael G Schwern
On Sun, Aug 26, 2001 at 12:06:16PM +0100, Nicholas Clark wrote: > With Test::More should I be able to do this: > > is (scalar , undef, "should read undef as we are at eof"); The new versions on CPAN handle this. I just have to get around to patching it into the core. Stuff moved around and it'

ANNOUNCE: Pod::Coverage

2001-08-26 Thread Richard Clamp
I'm pleased to announce the first alpha of Pod::Coverage. It's a simple tool for determining if your module is covered by it's internal pod. It's available here, and if I didn't fluff it, the README file is attached http://unixbeard.net/~richardc/lab/Pod-Coverage/Pod-Coverage-0.01_02.tar.gz Cav

Re: Test::More::is() undef ?

2001-08-26 Thread Tony Bowden
On Sun, Aug 26, 2001 at 12:06:16PM +0100, Nicholas Clark wrote: > With Test::More should I be able to do this: > is (scalar , undef, "should read undef as we are at eof"); This was fixed in a recent version > sub is ($$;$) { > my($this, $that, $name) = @_; > > my $ok = @_ == 3 ? ok($thi