Re: ANNOUNCE - Test::More no_plan, Pod::Tests useful!

2001-06-14 Thread schwern
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

Re: ANNOUNCE - Test::More no_plan, Pod::Tests useful!

2001-06-14 Thread Graham Barr
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