diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-16 23:27:49 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-16 23:27:49 -0800 |
commit | 63a0dcf71fbcd47a260abe81c68ea3c2bdb493ba (patch) | |
tree | 82b1ba3331f603acafb10cefc4916a507ba92991 /MANIFEST | |
parent | b8f00b0e68ea7f3f6fd2adeddf74dbfd2133578f (diff) | |
download | perl-63a0dcf71fbcd47a260abe81c68ea3c2bdb493ba.tar.gz |
[rt.cpan.org #45885] File::Spec: Don’t use tainted tmpdir in 5.6
Perl 5.6 doesn’t have ${^TAINT}, so the taint check in
File::Spec::Unix->_tmpdir was skipped. This commit adds a taint check
using eval { eval $safe_substring } for 5.6.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3080,6 +3080,7 @@ dist/Cwd/t/cwd.t See if Cwd works dist/Cwd/t/Functions.t See if File::Spec::Functions works dist/Cwd/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works dist/Cwd/t/Spec.t See if File::Spec works +dist/Cwd/t/Spec-taint.t See if File::Spec works with taint dist/Cwd/t/taint.t See if Cwd works with taint dist/Cwd/t/tmpdir.t See if File::Spec->tmpdir() works dist/Cwd/t/win32.t See if Cwd works on Win32 |