X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=70db4c5694ad4a131e04b1aac670d8866ab060b1;hb=33f2a7aac3bd3cb7da51f8a6a4c9f93d6de77042;hp=6b47c7732785f6a90269d4e57262b2ef97ff7229;hpb=8dc7869ce3119a9d3200f4091842c7c0f3b9e77b;p=perl%2Fmodules%2FScope-Upper.git diff --git a/Changes b/Changes index 6b47c77..70db4c5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ Revision history for Scope-Upper +0.31 2018-08-26 19:50 UTC + + Fix : [RT #125931] : localized SCALAR doesn't get imported + localize '$Foo::x' => $var now properly imports $x into Foo. + Thanks Vernon Lyon for reporting. + +0.30 2017-11-04 15:55 UTC + + Fix : [RT #123481] : Compatibility with CV-in-stash optimisation + Thanks Father Chrysostomos for reporting and contributing a + patch. + 0.29 2016-06-06 12:00 UTC + Chg : A large chunk of boilerplate XS code, which is also used in other XS modules, has been factored out of the main .xs file