in reply to XML::Parser and the utf8 Pragma

a bit more info. when running this test script under -w

use strict; use utf8; use XML::Parser; my $string = ''; $string =~ /\s+/; 1;
it doesn't complain, but if i feed it through my error handlers (overriding $SIG{__DIE__}) the error appears in my log files.