summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-12-26 14:49:17 -0700
committerKarl Williamson <khw@cpan.org>2015-01-06 21:41:25 -0700
commitec064ab75aa5b4dfd43af2f7654b9a0363ae02c4 (patch)
tree6b50b81f6e33e836dda5ab2fa6057b9a2bf453ef /MANIFEST
parentadf06ddfd8b6d9835479092f95ab172a8d5a3a87 (diff)
downloadperl-ec064ab75aa5b4dfd43af2f7654b9a0363ae02c4.tar.gz
PATCH: [perl #123503] Bug in POSIX::strerror on 5.21.7
There were 3 ideas for a patch: mine, Slaven's, and Father Chrysostomos'. I tried out all 3, and all three appear to work, without breaking #123171. But I chose FC's as I think it is the best. I had to create a new .t because it turns out that the test didn't fail when placed in the obvious test file, wrappers.t. It appears that the 'use File::Temp' in that file perturbs things to not fail later on. This is scary, so I created a minimal file. I thought about using fresh_perl, but wrappers.t needs functions from Test::More.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 9d2458d78c..5c434e94f8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3832,6 +3832,7 @@ ext/POSIX/t/math.t Basic math tests for POSIX
ext/POSIX/t/posix.t See if POSIX works
ext/POSIX/t/sigaction.t See if POSIX::sigaction works
ext/POSIX/t/sigset.t See if POSIX::SigSet works
+ext/POSIX/t/strerror_errno.t See if POSIX:strerror doesn't trash $!
ext/POSIX/t/sysconf.t See if POSIX works
ext/POSIX/t/taint.t See if POSIX works with taint
ext/POSIX/t/termios.t See if POSIX works