From: Vincent Pit Date: Thu, 2 Oct 2008 19:49:52 +0000 (+0200) Subject: Preferring to say 'to say' X-Git-Tag: v0.06~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=7808ca5448054d4528a34984d0068ae38f0ac9e9;ds=sidebyside Preferring to say 'to say' --- diff --git a/lib/indirect.pm b/lib/indirect.pm index ef1d53f..bc59529 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -31,7 +31,7 @@ BEGIN { =head1 DESCRIPTION -When enabled (or disabled as some may prefer, since you actually turn it on by calling C), this pragma warns about indirect object syntax constructs that may have slipped into your code. This syntax is now considered harmful, since its parsing has many quirks and its use is error prone (when C isn't defined, C is actually interpreted as C<< $x->sub >>). +When enabled (or disabled as some may prefer to say, since you actually turn it on by calling C), this pragma warns about indirect object syntax constructs that may have slipped into your code. This syntax is now considered harmful, since its parsing has many quirks and its use is error prone (when C isn't defined, C is actually interpreted as C<< $x->sub >>). It currently does not warn when the object is enclosed between braces (like C) or for core functions (C or C). This may change in the future, or may be added as optional features that would be enabled by passing options to C.