X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Findirect.pm;h=0f805668f3ac03459cb642cfaa13ff8003b44686;hb=31c338ee1ffa01e28bde0edc296e1bc9dfb9cc1b;hp=f49c3b92e44595c726a03ff4fde58acbafe3a4c0;hpb=79fe38872567977419089da38eac9406bf2d4afa;p=perl%2Fmodules%2Findirect.git diff --git a/lib/indirect.pm b/lib/indirect.pm index f49c3b9..0f80566 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.01 +Version 0.03 =cut our $VERSION; BEGIN { - $VERSION = '0.01'; + $VERSION = '0.03'; } =head1 SYNOPSIS @@ -67,8 +67,6 @@ L 5.9.4. L (standard since perl 5.006). -Tests require L (standard since 5.9.5). - =head1 AUTHOR Vincent Pit, C<< >>, L. @@ -85,6 +83,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.