X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=f4e276daa3d00a4890aa37681cf30052b3cdefc8;hb=f0cfe9b5c3139bdfb9110efd9b56c180f9bc8cc4;hp=1e5f75dbf63826e0def54c7e004fcb5ded560273;hpb=4a54085f1cdf66a64b73531e5cacced8ade613c9;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 1e5f75d..f4e276d 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -9,13 +9,13 @@ Scope::Upper - Act on upper scopes. =head1 VERSION -Version 0.01 +Version 0.02 =cut our $VERSION; BEGIN { - $VERSION = '0.01'; + $VERSION = '0.02'; } =head1 SYNOPSIS @@ -179,6 +179,8 @@ You can find documentation for this module with the perldoc command. perldoc Scope::Upper +Tests code coverage report is available at L. + =head1 ACKNOWLEDGEMENTS Inspired by Ricardo Signes.