aboutsummaryrefslogtreecommitdiff
path: root/t/meta.t
diff options
context:
space:
mode:
Diffstat (limited to 't/meta.t')
-rw-r--r--t/meta.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/meta.t b/t/meta.t
new file mode 100644
index 0000000..98788f2
--- /dev/null
+++ b/t/meta.t
@@ -0,0 +1,6 @@
+use lib 'lib';
+use Test;
+use Test::META;
+
+meta-ok;
+done-testing;