[Pdx-pm] Return of clueless

chromatic chromatic at wgz.org
Tue Jul 19 17:05:27 PDT 2005


On Tue, 2005-07-19 at 16:48 -0700, raa at mailporter.net wrote:

> use Test::WWW::Mechanize;

use Test::More tests => 2;

> my $mech = Test::WWW::Mechanize->new();
> 
> $mech->get_ok( "http://config.mailporter.com" );
> $mech->title_like( qw/Config/ );

Every Perl test script built on Test::Builder requires you either to say
how many tests you plan to run or to say that you don't want to say.

-- c



More information about the Pdx-pm-list mailing list