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