X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F33-code.t;h=21d900ff20bc1ae4e9fdfd7ecbeade20bc847ed6;hb=679dba61adf5c453d435fae9f6a8804c8be09336;hp=538beb2380d05747578b5196ceea75b638f6bf2a;hpb=77a84f75f33e3ee44e61182dec76699e23025375;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/33-code.t b/t/33-code.t index 538beb2..21d900f 100644 --- a/t/33-code.t +++ b/t/33-code.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 10; use Variable::Magic qw/wizard cast dispell/;