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