diff --git a/t/01-parse.t b/t/01-parse.t
index 0615bcef5957dfe19bc59e6e63409a3bc95f7166..d761da8a3d407574be0c7a247075bd9f15816e45 100644
--- a/t/01-parse.t
+++ b/t/01-parse.t
@@ -1,7 +1,8 @@
 #!perl -T
 
-use Parse::Arcconf;
 use strict;
+use Parse::Arcconf;
+use Test::More tests => 1;
 
 my $arcconf = Parse::Arcconf->new();
 $arcconf->parse_config_file("output.txt");