Pod::Html's feature2.t needs to match path separators portably.
authorNicholas Clark <nick@ccl4.org>
Tue, 14 Feb 2012 22:06:24 +0000 (23:06 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 15 Feb 2012 10:49:02 +0000 (11:49 +0100)
commit27f98b9ec2d029bfc9cd86e96cbd6a2a061a0a3e
tree0e64a31ceb487c2c621dd876cfca77564ce15363
parentb555e4be492521d474da86140021aa9aa24ed51b
Pod::Html's feature2.t needs to match path separators portably.

On Win32 the path separator in the output it is testing is backslash.
This implies that it will be ] on VMS. Tweak the regular expression to
match these in addition to / for *nix.
ext/Pod-Html/t/feature2.t