summaryrefslogtreecommitdiff
path: root/ext/Hash-Util-FieldHash/t/01_load.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Hash-Util-FieldHash/t/01_load.t')
-rw-r--r--ext/Hash-Util-FieldHash/t/01_load.t7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/Hash-Util-FieldHash/t/01_load.t b/ext/Hash-Util-FieldHash/t/01_load.t
index ff9354cb1b..a8e6c15e89 100644
--- a/ext/Hash-Util-FieldHash/t/01_load.t
+++ b/ext/Hash-Util-FieldHash/t/01_load.t
@@ -1,7 +1,7 @@
-#!perl
-use strict; use warnings;
+use strict;
+use warnings;
-use Test::More tests => 8;
+use Test::More;
# see that Hash::Util::FieldHash and Hash::Util load and export what
# they should
@@ -47,3 +47,4 @@ BEGIN {
);
}
+done_testing;