diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2008-06-28 11:18:48 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-06-28 20:37:32 +0000 |
commit | 087986a76c08e8dfaaee54f8f476bfa315216671 (patch) | |
tree | 3e0c2ec8d850948514ec10198bf8323a8eb02642 /pod | |
parent | 280cf07eab629d0d4801176eedac7fefa4afecc7 (diff) | |
download | perl-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.pod | 6 |
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 |