On Thu, Jun 14, 2001 at 10:51:10AM +0100, Graham Barr wrote:
> Then try this
>
> use strict;
> use Test::More no_plan;
D'OH!
--
Michael G Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/
Perl6 Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One
On Wed, Jun 13, 2001 at 04:56:51PM -0400, [EMAIL PROTECTED] wrote:
> On Wed, Jun 13, 2001 at 07:36:15PM +0200, H.Merijn Brand wrote:
> > > use Test::More no_plan;
> >
> > no bare words, please ;-)
> >
> > use Test::More qw(no_plan);
>
> I had started to add qw() to all my docs, but oddly