Subject: | Directories with spaces cause test failures |
Tests pass in the warning without the filename and the module matches
against any filename/line number but the match fails if the file has
spaces eg c:\document and setting\me\Something.pm.
I think the problem is at line 318.
my $cmp = $got_msg =~ /^\Q$exp_msg\E at \S+ line \d+\.?$/;