Hi,
My system: I'm on Vista Home Premium 32bit & ActivePerl 5.10.1.
I've prepared a patch for the test suite which was failing for several
reasons. First, the backtick calls were failing on windows since the
commandline call was using single quotes (must be double). I've created
separate test files to mitigate shell escaping issue as this can also
create other problems on other systems.
Also, D::LT::F seems to have a line number issue. All reports return
"<foo> line 1" no matter which line the leak is. I've replaced the
hardcoded line number with \d+ on these tests and added the line number
check as a TODO test until this is fixed. I'll also open a separate
ticket for that.
I've attached the new files.
HTH,
Burak