X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Findirect.pm;h=c528b1c45e8fae34e24303de11a95a45f2b2baaf;hb=581758fddf2146d4c5d80e50703bfa80705636d6;hp=c355f6f9f485b7841b8eb0b0057ad6c7df1990cd;hpb=7ded1e91a0a0ddc3e709cda9573fe0e53a32e092;p=perl%2Fmodules%2Findirect.git diff --git a/lib/indirect.pm b/lib/indirect.pm index c355f6f..c528b1c 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.04 =cut our $VERSION; BEGIN { - $VERSION = '0.03'; + $VERSION = '0.04'; } =head1 SYNOPSIS @@ -83,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.