X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Findirect.pm;h=0413a9d04689a60c47dc12fbba18c4c24cc54de1;hb=09f173c3bc4db6b397e98072a8c2cefc882f9e5d;hp=c355f6f9f485b7841b8eb0b0057ad6c7df1990cd;hpb=7ded1e91a0a0ddc3e709cda9573fe0e53a32e092;p=perl%2Fmodules%2Findirect.git diff --git a/lib/indirect.pm b/lib/indirect.pm index c355f6f..0413a9d 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.03 +Version 0.05 =cut our $VERSION; BEGIN { - $VERSION = '0.03'; + $VERSION = '0.05'; } =head1 SYNOPSIS @@ -35,6 +35,8 @@ When enabled (or disabled as some may prefer, since you actually turn it on by c 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. +This module is B a source filter. + =head1 METHODS =head2 C @@ -83,6 +85,8 @@ You can find documentation for this module with the perldoc command. perldoc indirect +Tests code coverage report is available at L. + =head1 ACKNOWLEDGEMENTS Bram, for motivation and advices.