diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-11-23 09:38:10 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-11-23 09:39:00 -0500 |
commit | a9ed9b74fd79d60cccbe784b8d7b2eae94ded913 (patch) | |
tree | dc3c7097db5c84fc2ac3de4ff71f3150bf45c10c /pod | |
parent | e9ded338856500474a50b4353db321b887c61b11 (diff) | |
download | perl-a9ed9b74fd79d60cccbe784b8d7b2eae94ded913.tar.gz |
Added a perltodo about enabling/disabling individual warnings
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perltodo.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index b48782c8cd..6362b0e686 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -194,6 +194,11 @@ The F<installman> script is slow. All it is doing text processing, which we're told is something Perl is good at. So it would be nice to know what it is doing that is taking so much CPU, and where possible address it. +=head2 enable lexical enabling/disabling of inidvidual warnings + +Currently, warnings can only be enabled or disabled by category. There +are times when it would be useful to quash a single warning, not a +whole category. =head1 Tasks that need a little sysadmin-type knowledge |