X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F33-code.t;h=21d900ff20bc1ae4e9fdfd7ecbeade20bc847ed6;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=538beb2380d05747578b5196ceea75b638f6bf2a;hpb=8556481280524737222300317146a23b801f6be0;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/;