aboutsummaryrefslogtreecommitdiff
path: root/xt/meta.t
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-05-19 19:49:39 -0400
committerZoffix Znet <cpan@zoffix.com>2016-05-19 19:49:39 -0400
commit3f65d48264430428a2165f6a9f5a4e16f823f6b8 (patch)
tree6da1f46181c3070b3eeb4ede56c3cba3623d0258 /xt/meta.t
parente997c1b0b5ad796425abfc9f81b91947357172ce (diff)
Start new design docs
Diffstat (limited to 'xt/meta.t')
-rw-r--r--xt/meta.t7
1 files changed, 0 insertions, 7 deletions
diff --git a/xt/meta.t b/xt/meta.t
deleted file mode 100644
index 6e2447d..0000000
--- a/xt/meta.t
+++ /dev/null
@@ -1,7 +0,0 @@
-#!perl6
-
-use lib 'lib';
-use Test;
-use Test::META;
-meta-ok;
-done-testing;