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'
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
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