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