X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F32-hash.t;h=483d9671e93bfed7e4ac1935f0d6c85740293f14;hb=refs%2Ftags%2Fv0.04;hp=44510dc10224d09543105a9448f5cd20f4ac0b62;hpb=ad7c749baf8ebc2ff3e49d44b414f67f13f4ebf2;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/;