X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F22-len.t;h=c3a95663e0af476f698d59bf278e6ccfafb1f307;hb=56d08a38a664736a762edf46817a346482c4004f;hp=282fd37519314e63cb655eba4bf3f466564cd07f;hpb=77a84f75f33e3ee44e61182dec76699e23025375;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/22-len.t b/t/22-len.t index 282fd37..c3a9566 100644 --- a/t/22-len.t +++ b/t/22-len.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 6; use Variable::Magic qw/wizard cast/;