Subject: | beware of different path "delimiters" |
The tests fail on Windows as the path-delimiter is "\" not "/", so
= snip =
# Failed test '1: Path::Resource->new(dir => "apple", uri =>
"http://banana",
loc => "cherry")->child("grape")->dir is apple/grape'
# at t\01-Path-Resource.t line 46.
# got: 'apple\grape'
# expected: 'apple/grape'
# Failed test '2: Path::Resource->new(dir => "apple", uri =>
"http://banana",
loc => "cherry")->child("grape")->child("kiwi")->dir is apple/grape/kiwi'
# at t\01-Path-Resource.t line 46.
# got: 'apple\grape\kiwi'
# expected: 'apple/grape/kiwi'
= snap =