Re: is(), undef, '' and 0 (was Re: [PATCH lib/DB.pm MANIFEST lib/DB.t] Add Tests for DB.pm)

2001-11-27 Thread Michael G Schwern
On Sat, Nov 24, 2001 at 02:56:54PM -0700, chromatic wrote: > > Crap, this doesn't quite work in the general case. > > > > is( undef, undef ); # ok > > is( 0, undef ); # not ok > > is('', undef ); # ok > > > > is() uses eq and undef stringifies to ''. is( $foo, unde

ANNOUNCE: Test-Smoke-1.11

2001-11-27 Thread H . Merijn Brand
=head1 NAME Perl Core Smoke Test Suite =head1 DESCRIPTION The perl core smoke test suite is a set of simple scripts that try to run the perl core tests on as many configurations as possible and combine that into a easy to parse report. The perl source tree is refreshed using rsync to the lates