diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-02-28 08:45:13 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-02-28 08:45:13 +0000 |
commit | 773b3597f684eeb0c8647c08a1b933c4fe546a45 (patch) | |
tree | 50284bb84af8ea51176b2184843c64f853f22a86 | |
parent | abc25d8c4f3e0ad18f7a95f0bea31aeb63a459a2 (diff) | |
download | perl-773b3597f684eeb0c8647c08a1b933c4fe546a45.tar.gz |
perltodo nit for SelfLoader
p4raw-id: //depot/perl@30422
-rw-r--r-- | pod/perltodo.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 095755975a..1c8496c051 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -158,6 +158,8 @@ then C<use strict;> isn't in force within the autoloaded subroutines. It would be more consistent (and less surprising) to arrange for all lexical pragmas in force at the __END__ block to be in force within each autoloaded subroutine. +There's a similar problem with SelfLoader. + =head1 Tasks that need a little sysadmin-type knowledge Or if you prefer, tasks that you would learn from, and broaden your skills |