X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=179605ed1be97874555348dbf3ae6da488e2a818;hb=c9093dd650fe5e0229e16db9a60f521ec4046552;hp=2700f7112ef08381f73ba5bbe9a785d141cc8258;hpb=e8fc00c8574346d926269a64ac51d5da2ad2019e;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 2700f71..179605e 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -1,6 +1,6 @@ package Variable::Magic; -use 5.007003; +use 5.008; use strict; use warnings; @@ -464,7 +464,7 @@ If you define a wizard with a C callback and cast it on itself, this destr =head1 DEPENDENCIES -L 5.7.3. +L 5.8. L (standard since perl 5), L (standard since perl 5.006).