X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Temp.git;a=blobdiff_plain;f=t%2F12-destroy.t;fp=t%2F12-destroy.t;h=48217413507919fcae3c54859f228bc5f4ba52e2;hp=359add1a8b300c0eb0b215b9dd80fed9ac43d8f0;hb=01ee034648a5f1116ca1233b7f987607f0b4576c;hpb=814870f9ed8669571ee7f95cce05765d45b7cf43 diff --git a/t/12-destroy.t b/t/12-destroy.t index 359add1..4821741 100644 --- a/t/12-destroy.t +++ b/t/12-destroy.t @@ -3,13 +3,13 @@ use strict; use warnings; -use lib 't/lib'; -use VPIT::TestHelpers; - use Variable::Temp 'temp'; use Test::More tests => 16; +use lib 't/lib'; +use VPIT::TestHelpers; + my $x_is_destroyed = 0; my $x_temp1_is_destroyed = 0; my $x_temp2_is_destroyed = 0;