X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F31-array.t;fp=t%2F31-array.t;h=bb2f96e402b5101e61e627c2739229709fa7ae72;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=62f41456e6103af03504cf15f9b0267f2c8030c4;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/31-array.t b/t/31-array.t index 62f4145..bb2f96e 100644 --- a/t/31-array.t +++ b/t/31-array.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 21; use Variable::Magic qw/wizard cast dispell/;