X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=cc4aebd733f494f25da4abebb14430149d9da0df;hb=679dba61adf5c453d435fae9f6a8804c8be09336;hp=37dc939d9cfcf4afd7c8321d620715f4c2458a5f;hpb=77a84f75f33e3ee44e61182dec76699e23025375;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;