X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Findirect.pm;h=b1278f8e5093b9f270af9f455dcdcbc7f79a0bd0;hb=c52983a17fc61e02c319a9389c61c9c68319b492;hp=d6890c44a078dfa8b8502b3ebea8dbfc13e3d402;hpb=d5b6423801b678bb09db6ed84c250be8f8a10ac4;p=perl%2Fmodules%2Findirect.git diff --git a/lib/indirect.pm b/lib/indirect.pm index d6890c4..b1278f8 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -9,13 +9,13 @@ indirect - Lexically warn about using the indirect object syntax. =head1 VERSION -Version 0.07_02 +Version 0.07_03 =cut our $VERSION; BEGIN { - $VERSION = '0.07_02'; + $VERSION = '0.07_03'; } =head1 SYNOPSIS @@ -69,6 +69,10 @@ L 5.9.4. L (standard since perl 5.006). +=head1 CAVEATS + +C (no semicolon) at the end of a file won't be seen as an indirect object syntax, although it will as soon as there is another token before the end (as in C or C). + =head1 AUTHOR Vincent Pit, C<< >>, L.