X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F23-clear.t;h=35a49dd0bad4395301be9b7eb33ff4412b904900;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=7836d3a2e219a90b78b13d3942a126731eed9665;hpb=77a84f75f33e3ee44e61182dec76699e23025375;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/23-clear.t b/t/23-clear.t index 7836d3a..35a49dd 100644 --- a/t/23-clear.t +++ b/t/23-clear.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 7; use Variable::Magic qw/wizard cast/;