Re: [ANNOUNCE] Devel::Cover 0.41

2004-04-30 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Friday 30 April 2004 00:40, Gabor Szabo wrote: > Where would we be without your work ? > > Out in the desert to fall prey to any bug ? > At least we can run and get some cover. > > > Thank you ! Exactly! Especially the ability to look at http://pjcj.s

Re: [ANNOUNCE] Devel::Cover 0.41

2004-04-30 Thread Paul Johnson
On Thu, Apr 29, 2004 at 08:05:35PM +0200, Tels wrote: > On Friday 30 April 2004 00:40, Gabor Szabo wrote: > > Where would we be without your work ? > > > > Out in the desert to fall prey to any bug ? > > At least we can run and get some cover. (!) > > Thank you ! > > Exactly! Especially the abi

Re: Test::More SKIP block

2004-04-30 Thread Michael G Schwern
On Thu, Apr 29, 2004 at 02:01:12PM +0200, H.Merijn Brand wrote: > or can I change the plan halfway Not if you declared the number of tests, the T::H format requires that the plan be written before tests are run, but you could just use 'no_plan'. Then you can just exit() whenever and that's that.