On Jan 29, 2008 6:09 AM, Peter Jaquiery <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm having trouble reproducing the failure Taro Nishino reported against the
> module Win32-MSI-HighLevel-1.000000 that I uploaded to CPAN a couple of days
> ago. Can anyone give me any tips for tracking down and resolving the
> problem?

> > t/01_HighLevel......You tried to run a test without a plan at

I believe this is symptom of using BEGIN { use_ok } before setting a
test plan on newer versions of Test::More.  See the Test::More changes
file for more details.

http://search.cpan.org/src/MSCHWERN/Test-Simple-0.74/Changes

If you put your OS logic and plan inside a BEGIN block *before* having
BEGIN {use_ok} you should be fine.

David

David

Reply via email to