X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F30-scalar.t;h=ccfba3aa7390aff48cb24342ffdb68f5ab059041;hb=refs%2Ftags%2Fv0.04;hp=3733ab72ba7e7db7d5d8093904ff3f3e46cc607c;hpb=77a84f75f33e3ee44e61182dec76699e23025375;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/30-scalar.t b/t/30-scalar.t index 3733ab7..ccfba3a 100644 --- a/t/30-scalar.t +++ b/t/30-scalar.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 13; use Variable::Magic qw/wizard cast dispell/;