From 0260c4c701ba0fb768ea6e311ef653d138bb2bfe Mon Sep 17 00:00:00 2001 From: Tobias Leich Date: Mon, 2 Mar 2015 20:35:01 +0100 Subject: [PATCH] NativeCall is now in "CORE" --- META.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META.info b/META.info index 80961da..cb2118c 100644 --- a/META.info +++ b/META.info @@ -3,7 +3,7 @@ "version" : "0.0.1", "description" : "Perl 6 interface to the Imlib2 image library.", "author" : "Henrique Dias", - "depends" : [ "NativeCall", "LibraryMake" ], + "depends" : [ "LibraryMake" ], "source-type" : "git", "source-url" : "git://github.com/mrhdias/perl6-Imlib2.git" }