Test::More

2002-09-24 Thread H.Merijn Brand
1. use_ok should have an entry in the manual for minimal version use_ok ("Test::More", 0.47); 2. I'm testing conversions to and from Unicode --8<--- use Test::More tests => 86; use strict; BEGIN { use_ok ("PROCURA::Diac", 4.12); SKIP: { $^V ge v5.8.0 or skip "Need 5.8

Re: Test::More

2002-09-24 Thread Abe Timmerman
Op een mooie herfstdag (Tuesday 24 September 2002 17:57), schreef H.Merijn Brand: > 2. I'm testing conversions to and from Unicode > > --8<--- > use Test::More tests => 86; > > use strict; > > BEGIN { > use_ok ("PROCURA::Diac", 4.12); > SKIP: { > $^V ge v5.8.0 or skip "Need 5.8.0