X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F24-free.t;h=5a90198082d21cb7d587c7db53327f653244010f;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=56fd6931f9636b34057a20728745b7af01a817f4;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/24-free.t b/t/24-free.t index 56fd693..5a90198 100644 --- a/t/24-free.t +++ b/t/24-free.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 4; use Variable::Magic qw/wizard cast/;