From: Matt S Trout Date: Fri, 18 Jun 2010 01:00:19 +0000 (+0100) Subject: doc 60eaec X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01f1279788f5527b9a025d4a3deb1e5eefe67665;p=p5sagit%2Fp5-mst-13.2.git doc 60eaec --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index bdabeca..2b93acc 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -52,6 +52,13 @@ is precisely equivalent to C<{ package Foo; ... }>. It also works with a version number in the declaration, as in C. See L (434da3..36f77d, 702646). +=head2 perl -h no longer recommends -w + +perl -h used to mark the -w option as recommended; since this option is +far less useful than it used to be due to lexical 'use warnings' and since +perl -h is primary a list and brief explanation of the command line switches, +the recommendation has now been removed (60eaec). + =head1 New Platforms XXX List any platforms that this version of perl compiles on, that previous