summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2012-09-27 22:27:18 -0400
committerRicardo Signes <rjbs@cpan.org>2012-09-27 22:27:18 -0400
commite053a9219acaca53e9108b7a24855de85bbde358 (patch)
tree33f92164cba156a20aefee9f91cf86854f48f327 /Porting
parented504453245a884c3251bdac3ca34c6eb443f5eb (diff)
downloadperl-e053a9219acaca53e9108b7a24855de85bbde358.tar.gz
todo: strict as warnings
Diffstat (limited to 'Porting')
-rw-r--r--Porting/todo.pod6
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: