X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=cc4aebd733f494f25da4abebb14430149d9da0df;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=37dc939d9cfcf4afd7c8321d620715f4c2458a5f;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/01-import.t b/t/01-import.t index 37dc939..cc4aebd 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 9; require Variable::Magic;