summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-16 23:27:49 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-16 23:27:49 -0800
commit63a0dcf71fbcd47a260abe81c68ea3c2bdb493ba (patch)
tree82b1ba3331f603acafb10cefc4916a507ba92991 /MANIFEST
parentb8f00b0e68ea7f3f6fd2adeddf74dbfd2133578f (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index e38b28990a..88ef66f239 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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