aboutsummaryrefslogtreecommitdiff
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
parent4a533b28b5d88c22cf4d9c4693058a1d431f9723 (diff)
Fix packaging
-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;