Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove NativeCall as a dependency
it is now (since 2015.02) shipped with rakudo
  • Loading branch information
moritz committed Feb 20, 2015
1 parent c93c77c commit fc2b56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion META.info
Expand Up @@ -3,7 +3,7 @@
"version" : "*",
"author" : "github:niner",
"description" : "Use Perl 5 code in a Perl 6 program",
"depends" : [ "NativeCall", "LibraryMake" ],
"depends" : [ "LibraryMake" ],
"provides" : {
"Inline::Perl5" : "lib/Inline/Perl5.pm6"
},
Expand Down

0 comments on commit fc2b56b

Please sign in to comment.