in reply to Re: Re: Re: Re: Makefile.PL even weirder on Windows
in thread Makefile.PL even weirder on Windows

I assume that the 1..m line applies to each file, not the whole set?

Yup. It defines the number of expected tests for an individual test script.

The docs seem to imply the latter, but that makes things more difficult.

What does it make more difficult?

  • Comment on Re^5: Makefile.PL even weirder on Windows

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Makefile.PL even weirder on Windows
by John M. Dlugosz (Monsignor) on Jan 14, 2003 at 04:55 UTC
    What does it make more difficult?

    Because if that were the case, the 1..n line would have to be printed by the =first= file, which imposes that they be run in the proper order, and not easily run seperatly.