diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-04 17:28:29 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-04 17:28:29 +0000 |
commit | 4f25aa189c4a92535547c706ad37c13b7caee387 (patch) | |
tree | 08af6df6000b2bd878b1b2e5e05cd48a1db0464b /pod/perltodo.pod | |
parent | 0e950d832564d240b1bebd0a01f04f9f5d57cc79 (diff) | |
download | perl-4f25aa189c4a92535547c706ad37c13b7caee387.tar.gz |
implement STOP blocks and fix compiler to use them (minimally
tested)
p4raw-id: //depot/perl@4515
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 4b2ed48a09..7836acf677 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -824,7 +824,8 @@ Workarounds to help Win32 dynamic loading. =head2 END blocks -END blocks need saving in compiled output. +END blocks need saving in compiled output, now that STOP blocks +are available. =head2 _AUTOLOAD |