diff options
author | Ricardo Signes <rjbs@cpan.org> | 2012-09-27 22:27:18 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-09-27 22:27:18 -0400 |
commit | e053a9219acaca53e9108b7a24855de85bbde358 (patch) | |
tree | 33f92164cba156a20aefee9f91cf86854f48f327 /Porting | |
parent | ed504453245a884c3251bdac3ca34c6eb443f5eb (diff) | |
download | perl-e053a9219acaca53e9108b7a24855de85bbde358.tar.gz |
todo: strict as warnings
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/todo.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Porting/todo.pod b/Porting/todo.pod index e1a057a048..350ad55af6 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -844,6 +844,12 @@ I<';' isn't legal inside an expression - if you need multiple statements use a do {...} block>. See the thread starting at L<http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-09/msg00573.html> +=head2 strict as warnings + +See L<http://markmail.org/message/vbrupaslr3bybmvk>, where Josua ben Jore +writes: I've been of the opinion that everything strict.pm does ought to be +able to considered just warnings that have been promoted to 'FATAL'. + =head2 lexicals used only once This warns: |