From: Graham Knop Date: Wed, 21 Jan 2015 19:19:11 +0000 (-0500) Subject: clarify behavior of extras X-Git-Tag: v1.999_001~1^2~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40836ccc2008e98d13324aa9416bb375af6c6cef;p=p5sagit%2Fstrictures.git clarify behavior of extras --- diff --git a/lib/strictures.pm b/lib/strictures.pm index 1a96fcc..7392eb5 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -261,25 +261,8 @@ and when either C<.git>, C<.svn>, or C<.hg> is present in the current directory C<.git>, C<.svn>, or C<.hg> is present two directories up along with C (which would indicate we are in a C operation, via L) -- or when the C environment variable is -set, in which case +set, in which case it also does the equivalent of - use strictures 2; - -is equivalent to - - use strict; - use warnings FATAL => 'all'; - use warnings NONFATAL => qw( - exec - recursion - internal - malloc - newline - experimental - deprecated - portable - ); - no warnings 'once'; no indirect 'fatal'; no multidimensional; no bareword::filehandles;