From f26591e41388d6ad6e68e26ee80ef3ec1f8c8796 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Wed, 1 Apr 2015 20:12:18 -0400 Subject: [PATCH] add provides section for latest panda (S11 support) --- META.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/META.info b/META.info index 80961da..32fec39 100644 --- a/META.info +++ b/META.info @@ -2,6 +2,9 @@ "name" : "Imlib2", "version" : "0.0.1", "description" : "Perl 6 interface to the Imlib2 image library.", + "provides" : { + "Imlib2": "lib/Imlib2.pm" + }, "author" : "Henrique Dias", "depends" : [ "NativeCall", "LibraryMake" ], "source-type" : "git",