X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F32-hash.t;h=483d9671e93bfed7e4ac1935f0d6c85740293f14;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=44510dc10224d09543105a9448f5cd20f4ac0b62;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/32-hash.t b/t/32-hash.t index 44510dc..483d967 100644 --- a/t/32-hash.t +++ b/t/32-hash.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 17; use Variable::Magic qw/wizard cast dispell/;