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.0 for Unicode", 1; use_ok ("charnames", qw(:full)); } } -->8--- yields l1:/pro/3gl/CPAN/PROCURA-1.21 147 > perl -Ilib -I. t/Diac.t 1..86 ok 1 - use PROCURA::Diac; ok 2 - use charnames; Constant(\N{...}) unknown: (possibly a missing "use charnames ...") at t/Diac.t line 148, within string Constant(\N{...}) unknown: (possibly a missing "use charnames ...") at t/Diac.t line 149, within string syntax error at t/Diac.t line 151, near "eq" Constant(\N{...}) unknown: (possibly a missing "use charnames ...") at t/Diac.t line 151, within string Constant(\N{...}) unknown: (possibly a missing "use charnames ...") at t/Diac.t line 151, within string Constant(\N{...}) unknown: (possibly a missing "use charnames ...") at t/Diac.t line 151, within string Constant(\N{...}) unknown: (possibly a missing "use charnames ...") at t/Diac.t line 151, within string Constant(\N{...}) unknown: (possibly a missing "use charnames ...") at t/Diac.t line 151, within string Constant(\N{...}) unknown: (possibly a missing "use charnames ...") at t/Diac.t line 151, within string Constant(\N{...}) unknown: (possibly a missing "use charnames ...") at t/Diac.t line 151, within string t/Diac.t has too many errors. # Looks like you planned 86 tests but only ran 2. # Looks like your test died just after 2. Exit 255 l1:/pro/3gl/CPAN/PROCURA-1.21 148 > Hmmm, impasse? -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11. Smoking perl CORE: [EMAIL PROTECTED] http:[EMAIL PROTECTED]/ [EMAIL PROTECTED] send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org