aboutsummaryrefslogtreecommitdiff
path: root/META.info
diff options
context:
space:
mode:
Diffstat (limited to 'META.info')
-rw-r--r--META.info14
1 files changed, 14 insertions, 0 deletions
diff --git a/META.info b/META.info
new file mode 100644
index 0000000..c474363
--- /dev/null
+++ b/META.info
@@ -0,0 +1,14 @@
+{
+ "name" : "IRC::Client",
+ "version" : "1.001001",
+ "description"
+ : "Extendable Internet Relay Chat client",
+ "depends" : [ ],
+ "test-depends" : [ "Test" ],
+ "provides" : {
+ "IRC::Client" : "lib/IRC/Client.pm6"
+ },
+ "author" : "Zoffix Znet",
+ "authority" : "zoffixznet",
+ "source-url" : "git://github.com/zoffixznet/perl6-IRC-Client.git"
+}