X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=lib%2Findirect.pm;h=bc59529d18034f89c19587a867f6d717a62a4ce6;hp=ef1d53fe2f6a44006704b88d2a9c40bbd9e77fde;hb=7808ca5448054d4528a34984d0068ae38f0ac9e9;hpb=87ce67d842acd68b41322b0d59798f0c42f1c9fa 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.