X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Findirect.pm;h=239773f9a6d7b65c66394f290151786db027ef06;hb=6dcc20b6e77e55bd8b635d42663ec99ecf42bad2;hp=304e70a69b2295c77e143b66cd52c73c7cfb0f15;hpb=aa72f12e5ecd567cb01d8fa0ae986b5354502d11;p=perl%2Fmodules%2Findirect.git diff --git a/lib/indirect.pm b/lib/indirect.pm index 304e70a..239773f 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -1,6 +1,6 @@ package indirect; -use 5.008; +use 5.008001; use strict; use warnings; @@ -11,13 +11,13 @@ indirect - Lexically warn about using the indirect object syntax. =head1 VERSION -Version 0.20 +Version 0.21 =cut our $VERSION; BEGIN { - $VERSION = '0.20'; + $VERSION = '0.21'; } =head1 SYNOPSIS @@ -191,7 +191,7 @@ Hence C will be caught. =head1 DEPENDENCIES -L 5.8. +L 5.8.1. L (standard since perl 5.006).