X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Temp.git;a=blobdiff_plain;f=t%2F13-magic.t;h=06f96984e322bc213051a00b4905d89c90620688;hp=69d049ee5067c862bdd6217ba6c65c348292b7b5;hb=f172488ab16bbd50f0b46168f88ca5dd695b37f4;hpb=534cf1851c05562fd6f604e8f788a0e58a4ede24 diff --git a/t/13-magic.t b/t/13-magic.t index 69d049e..06f9698 100644 --- a/t/13-magic.t +++ b/t/13-magic.t @@ -5,13 +5,15 @@ use warnings; use Variable::Temp 'set_temp'; -use Test::More tests => 14; +use Test::More; use lib 't/lib'; use VPIT::TestHelpers; load_or_skip_all('Variable::Magic', '0.55', undef); +plan tests => 14; + my $replaced = 0; my $freed = 0;