projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ed50445
)
todo: strict as warnings
author
Ricardo Signes <rjbs@cpan.org>
Fri, 28 Sep 2012 02:27:18 +0000 (22:27 -0400)
committer
Ricardo Signes <rjbs@cpan.org>
Fri, 28 Sep 2012 02:27:18 +0000 (22:27 -0400)
Porting/todo.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/todo.pod
b/Porting/todo.pod
index
e1a057a
..
350ad55
100644
(file)
--- 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: