X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F22-len.t;fp=t%2F22-len.t;h=c3a95663e0af476f698d59bf278e6ccfafb1f307;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=282fd37519314e63cb655eba4bf3f466564cd07f;hpb=8556481280524737222300317146a23b801f6be0;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/;