https://github.com/markleightonfisher/pmtools/pull/5 --- pmtools-2.2.0/t/pfcat.t.orig +++ pmtools-2.2.0/t/pfcat.t @@ -15,5 +15,5 @@ $output = `bin/pfcat seek 2>&1`; }; -is($?, 0, "pfcat runs"); -like($output, qr/There is no .*systell.* function.\s+Use .*sysseek/, "catted module function"); +is($?, 0, "pfcat runs"); +like($output, qr/There is no .*systell.* function.\s+Use\s+.*sysseek/, "catted module function");