[Pdx-pm] Return of clueless

Michael G Schwern schwern at pobox.com
Tue Jul 19 17:30:59 PDT 2005


On Tue, Jul 19, 2005 at 04:48:39PM -0700, raa at mailporter.net wrote:
> What am I doing wrong?  Somewhere further back up the Test:: chain is 
> there a way to create/define a "plan" that I haven't found?
> 
> Anyone have a full working example of a TWM script that I can look at?

Its a documentation bug.  You have to set the plan with some other module,
usually Test::More.

	use Test::More tests => 10;
	use Test::WWW::Mechanize;

	...

See http://rt.cpan.org/NoAuth/Bug.html?id=11257


-- 
Michael G Schwern     schwern at pobox.com     http://www.pobox.com/~schwern
You are wicked and wrong to have broken inside and peeked at the
implementation and then relied upon it.
	-- tchrist in <31832.969261130 at chthon>


More information about the Pdx-pm-list mailing list