X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F32-hash.t;h=c1e0831229813ecb303f7b97506745a9c073f22e;hb=30631ed72aef81f7a424009effb91f408481463e;hp=a7408fce4cf83985e9008ba4407b7a75a9c30bf3;hpb=788d90465f0c4180f7b27d63f355bbf260ecb972;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/32-hash.t b/t/32-hash.t index a7408fc..c1e0831 100644 --- a/t/32-hash.t +++ b/t/32-hash.t @@ -5,7 +5,7 @@ use warnings; use Test::More tests => (2 * 21 + 7) + (2 * 5 + 5) + 1; -use Variable::Magic qw; +use Variable::Magic qw; use lib 't/lib'; use Variable::Magic::TestWatcher;