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 enough nothing > seems to have a problem with that bareword. And it looks better > withou the qw() *shrug* Then try this use strict; use Test::More no_plan; Graham.