This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
094fef2
)
todo.pod: Don’t mention ‘make test.taintwarn’
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 08:06:46 +0000
(
01:06
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 18:49:14 +0000
(11:49 -0700)
Porting/todo.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/todo.pod
b/Porting/todo.pod
index
8460b94
..
f8b8f11
100644
(file)
--- a/
Porting/todo.pod
+++ b/
Porting/todo.pod
@@
-128,8
+128,9
@@
L<Benchmark::Perl::Formance>
=head2 fix tainting bugs
-Fix the bugs revealed by running the test suite with the C<-t> switch (via
-C<make test.taintwarn>).
+Fix the bugs revealed by running the test suite with the C<-t> switch.
+Setting the TEST_ARGS environment variable to C<-taintwarn> will accomplish
+this.
=head2 Dual life everything