aboutsummaryrefslogtreecommitdiff
path: root/xt/meta.t
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-02-04 18:50:17 -0500
committerZoffix Znet <cpan@zoffix.com>2016-02-04 18:50:17 -0500
commit14ae143796586ce9eda266d03a9be2d6d3f1b6ee (patch)
treea6b9c204accdcdb77160b69ef69d952cbd4a17a3 /xt/meta.t
parent4a533b28b5d88c22cf4d9c4693058a1d431f9723 (diff)
Fix packaging
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;