X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F20-get.t;h=b79edc8e13bc91abd62ad77d191974e6160b4e51;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=215b5df03b6bf44cc4a1baac1111f604a0b4e35b;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/20-get.t b/t/20-get.t index 215b5df..b79edc8 100644 --- a/t/20-get.t +++ b/t/20-get.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 6; use Variable::Magic qw/wizard cast/;