X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F21-set.t;h=f731c0d02161111149bd216308e0dc873e06b18d;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=591514235b6f2ae916f08c3297fa1f6af4b84992;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/21-set.t b/t/21-set.t index 5915142..f731c0d 100644 --- a/t/21-set.t +++ b/t/21-set.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 8; use Variable::Magic qw/wizard cast/;