CC: | anthony_lucas [...] discovery.com |
Subject: | Windows path escaping |
Hi,
I've been using this module for a Perl Continuous Integration server.
It's awesome.
I've noticed that on some of the windows build nodes running strawberry
perl (5.16.1), the regexp on line 187 can cause issues because it uses
the $topdir variable, which could contain a windows path which includes
backslashes.
As you can imagine, they just need to be escaped or normalised to
forward slashes before being put into the regexp. I've made the change
locally for the time being, but it would be nice if this was eventually
fixed in the CPAN version.
It's such a small thing there's no real point in attaching a patch
(unless you want me to). I had a quick look on github but I couldn't
find an account for you so I imagine it's not on there.
(Set to important as even though it's small, it is a show-stopper)
Thanks Mark.