]> git.vpit.fr Git - perl/modules/Variable-Temp.git/commitdiff
Load Test::More before VPIT::TestHelpers
authorVincent Pit <vince@profvince.com>
Mon, 9 Mar 2015 15:35:07 +0000 (12:35 -0300)
committerVincent Pit <vince@profvince.com>
Mon, 9 Mar 2015 15:35:07 +0000 (12:35 -0300)
t/12-destroy.t

index 359add1a8b300c0eb0b215b9dd80fed9ac43d8f0..48217413507919fcae3c54859f228bc5f4ba52e2 100644 (file)
@@ -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;