Correct File::Spec POD about tainting and tmpdir
authorFather Chrysostomos <sprout@cpan.org>
Sun, 9 Jun 2013 06:03:56 +0000 (23:03 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 9 Jun 2013 06:25:14 +0000 (23:25 -0700)
Since version 3.39_01, the taint check has applied before 5.8.0, too.

dist/Cwd/lib/File/Spec/Cygwin.pm
dist/Cwd/lib/File/Spec/VMS.pm
dist/Cwd/lib/File/Spec/Win32.pm

index 4eb0347..3c7e322 100644 (file)
@@ -92,7 +92,7 @@ from the following list:
     $ENV{'TEMP'}
     C:/temp
 
-Since Perl 5.8.0, if running under taint mode, and if the environment
+If running under taint mode, and if the environment
 variables are tainted, they are not used.
 
 =cut
index 16f4789..92f85a6 100644 (file)
@@ -271,7 +271,7 @@ from the following list or '' if none are writable:
     sys$scratch:
     $ENV{TMPDIR}
 
-Since perl 5.8.0, if running under taint mode, and if $ENV{TMPDIR}
+If running under taint mode, and if $ENV{TMPDIR}
 is tainted, it is not used.
 
 =cut
index b606011..5476f5f 100644 (file)
@@ -62,7 +62,7 @@ from the following list:
 The SYS:/temp is preferred in Novell NetWare and the C:\system\temp
 for Symbian (the File::Spec::Win32 is used also for those platforms).
 
-Since Perl 5.8.0, if running under taint mode, and if the environment
+If running under taint mode, and if the environment
 variables are tainted, they are not used.
 
 =cut