This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In t/ avoid using File::Spec for paths only used by Perl.
authorNicholas Clark <nick@ccl4.org>
Thu, 24 Feb 2011 10:06:35 +0000 (10:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 09:13:49 +0000 (09:13 +0000)
commit519ecd2cabd84d9e11d438f376f05f932f9bc5cc
tree4959880c5373beefa6be573ecf8e4e967176da34
parent0e25fa04f6006646c337dfe00daeec3d9906506f
In t/ avoid using File::Spec for paths only used by Perl.

All platforms Perl builds on can already support Unix-style paths (given that
make_ext.pl is using them). This makes 7 more tests pass under minitest, which
doesn't build File::Spec, because it's part of an XS module.
t/io/fs.t
t/op/readline.t
t/run/switchx.t
t/uni/case.pl
t/uni/fold.t