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