This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ExtUtils::Command is now maintained separately from MakeMaker
[perl5.git] / taint.c
diff --git a/taint.c b/taint.c
index 1eab082..1c74f87 100644 (file)
--- a/taint.c
+++ b/taint.c
@@ -82,6 +82,9 @@ Perl_taint_env(pTHX)
        "CDPATH",       /* ksh dain bramage #1 */
        "ENV",          /* ksh dain bramage #2 */
        "BASH_ENV",     /* bash dain bramage -- I guess it's contagious */
+#ifdef WIN32
+       "PERL5SHELL",   /* used for system() on Windows */
+#endif
        NULL
     };