X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=lib%2Findirect.pm;h=bc59529d18034f89c19587a867f6d717a62a4ce6;hp=0413a9d04689a60c47dc12fbba18c4c24cc54de1;hb=7808ca5448054d4528a34984d0068ae38f0ac9e9;hpb=09f173c3bc4db6b397e98072a8c2cefc882f9e5d diff --git a/lib/indirect.pm b/lib/indirect.pm index 0413a9d..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. @@ -41,7 +41,7 @@ This module is B a source filter. =head2 C -Magically called when C is encountered. Turns the module on. If C<@opts> contains C<':fatal'>, the module will croak on the first indirect syntax met. +Magically called when C is encountered. Turns the module on. If C<@opts> contains C<':fatal'>, the module will croak on the first indirect syntax met. =head2 C