This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
unixify paths a bit more systematicaly in Pod-Html
authorRicardo Signes <rjbs@cpan.org>
Wed, 22 Feb 2012 14:33:45 +0000 (09:33 -0500)
committerRicardo Signes <rjbs@cpan.org>
Wed, 22 Feb 2012 14:36:03 +0000 (09:36 -0500)
commitac2b477c8b4b647797d42877de5b1a1d34c94073
treef1652474b06d2457a0bfc9b215b304b7f7b49852
parent83f6fd9ff6f14d4a5860f024047acdd235268d52
unixify paths a bit more systematicaly in Pod-Html

Rather than unixifying paths sort of once off, we now do what I
threatened earlier: unixify all the --switch supplied paths during
command line parsing.

There are other bits of File::Spec being sprinkled around, quite
possibly in too-interior sections of the program, but this change
gets *all* tests passing on Win32 as well as GNU/Linux.

I think an audit of filepath normalization "border security" is
still due, but this may tide us over for now.
ext/Pod-Html/lib/Pod/Html.pm