X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=a78272700766875a4fb2b63d29a43f12704dddfb;hb=832f6a4eae21bec85e1cb1043fbc41fcf59cbfcd;hp=57e312d3b06af7b04da7e0cf238141d1e5b2a6da;hpb=1b110669e2687abaa42892a3b1e2e2e229df7044;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 57e312d..a782727 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.20 +Version 0.21 =cut our $VERSION; BEGIN { - $VERSION = '0.20'; + $VERSION = '0.21'; } =head1 SYNOPSIS @@ -792,7 +792,7 @@ Despite this shortcoming, this XS version of L should still run way fa =head1 DEPENDENCIES -L 5.6. +L 5.6.1. A C compiler. This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard.