X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=lib%2Findirect.pm;h=c528b1c45e8fae34e24303de11a95a45f2b2baaf;hb=581758fddf2146d4c5d80e50703bfa80705636d6;hp=6aa0d9617350503cb35d8a62fa7a2b0b9f649732;hpb=2f6320d18a05f68146184ff2d27475871b803288;p=perl%2Fmodules%2Findirect.git diff --git a/lib/indirect.pm b/lib/indirect.pm index 6aa0d96..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.02 +Version 0.04 =cut our $VERSION; BEGIN { - $VERSION = '0.02'; + $VERSION = '0.04'; } =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.