On Thu, 10 Nov 2011 08:11:14 -0800, chromatic <chroma...@wgz.org> wrote:

> On Thursday, November 10, 2011 at 08:07 AM, H Brand wrote:
> 
> > All my test files (in this project) have "use warnings;" (and of
> > course "use strict;")
> 
> Not "use warnings" but the -w command line flag -- the non-lexical, warnings-
> on-everywhere one.
> 
> -- c

no change whatsoever. I've now added -w to all #! lines in the t files

$ prove -wvb t/21-uni-regex.t
t/21-uni-regex.t ..
ok 1 - connect with attributes
ok 2 - prepare equal
ok 3 - execute equal
ok 4 - fetch equal
ok 5 - finish equal
ok 6 - prepare like
ok 7 - execute like
ok 8 - fetch like
ok 9 - finish like
ok 10 - prepare reglike
ok 11 - execute reglike
ok 12 - fetch reglike
ok 13 - finish reglike
ok 14 - prepare shlike
ok 15 - execute shlike
ok 16 - fetch shlike
ok 17 - finish shlike
ok 18 - disconnect
1..18
ok
All tests successful.
Files=1, Tests=18,  0 wallclock secs ( 0.07 usr  0.01 sys +  0.14 cusr  0.06 
csys =  0.28 CPU)
Result: PASS

and I still get a core dump in make test

-- 
H.Merijn Brand  http://tux.nl      Perl Monger  http://amsterdam.pm.org/
using 5.00307 through 5.14 and porting perl5.15.x on HP-UX 10.20, 11.00,
11.11, 11.23 and 11.31, OpenSuSE 10.1, 11.0 .. 11.4 and AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/           http://www.test-smoke.org/
http://qa.perl.org      http://www.goldmark.org/jeff/stupid-disclaimers/

Reply via email to