summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2008-06-28 11:18:48 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-06-28 20:37:32 +0000
commit087986a76c08e8dfaaee54f8f476bfa315216671 (patch)
tree3e0c2ec8d850948514ec10198bf8323a8eb02642 /pod
parent280cf07eab629d0d4801176eedac7fefa4afecc7 (diff)
downloadperl-087986a76c08e8dfaaee54f8f476bfa315216671.tar.gz
common test code for timed bail
From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510806281218i65d32061w27a4431b9b357107@mail.gmail.com> p4raw-id: //depot/perl@34091
Diffstat (limited to 'pod')
-rw-r--r--pod/perltodo.pod6
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 53158e7848..efe7fe221b 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -30,12 +30,6 @@ some variation on the big block of C<$Is_Foo> checks. We can safely put this
into a file, change it to build an C<%Is> hash and require it. Maybe just put
it into F<test.pl>. Throw in the handy tainting subroutines.
-=head2 common test code for timed bail out
-
-Write portable self destruct code for tests to stop them burning CPU in
-infinite loops. This needs to avoid using alarm, as some of the tests are
-testing alarm/sleep or timers.
-
=head2 POD -E<gt> HTML conversion in the core still sucks
Which is crazy given just how simple POD purports to be, and how simple HTML