aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--META6.json (renamed from META.info)4
-rw-r--r--xt/meta.t7
2 files changed, 9 insertions, 2 deletions
diff --git a/META.info b/META6.json
index d92ef63..8f6d0d7 100644
--- a/META.info
+++ b/META6.json
@@ -14,6 +14,6 @@
"IRC::Client::Plugin::Debugger" : "lib/IRC/Client/Plugin/Debugger.pm6",
"IRC::Client::Plugin::PingPong" : "lib/IRC/Client/Plugin/PingPong.pm6"
},
- "author" : "Zoffix Znet",
- "source-url" : "git://github.com/zoffixznet/perl6-IRC-Client.git"
+ "authors" : ["Zoffix Znet"],
+ "support" : {"source" : "git://github.com/zoffixznet/perl6-IRC-Client.git"}
}
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;