X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F31-array.t;h=bb2f96e402b5101e61e627c2739229709fa7ae72;hb=679dba61adf5c453d435fae9f6a8804c8be09336;hp=62f41456e6103af03504cf15f9b0267f2c8030c4;hpb=ad7c749baf8ebc2ff3e49d44b414f67f13f4ebf2;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/;