X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F12-data.t;h=1e8b9eb0f340b5ca53f3037530f22fc91f255268;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=7e640b32843abab4f5708edf842049690d42f86a;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/12-data.t b/t/12-data.t index 7e640b3..1e8b9eb 100644 --- a/t/12-data.t +++ b/t/12-data.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 19; use Variable::Magic qw/wizard getdata cast dispell/;