in reply to Re: More tests than you shake a memory stick at (no_plan)
in thread More tests than you shake a memory stick at
Test::Builder collects test results regardless of whether you provide a plan. When I encountered the problem, I had a plan. When I reported it, I used no_plan just for brevity.
perl -e 'use Test::More "no_plan"; pass() while 1'
|
|---|