X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F13-sig.t;h=6564d367291737fb8352832276a5cb4a7b2f69de;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=c7b9f498d712af21dd9b639a5f811c4c32b2030c;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/13-sig.t b/t/13-sig.t index c7b9f49..6564d36 100644 --- a/t/13-sig.t +++ b/t/13-sig.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 24; use Variable::Magic qw/wizard getsig cast dispell SIG_MIN/;