Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #18 from perlpilot/meta
Add {test,build}-depends to META.info

Thanks to perlpilot++
  • Loading branch information
niner committed Mar 31, 2015
2 parents 2576145 + c9e8e30 commit 14b2b74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion META.info
Expand Up @@ -3,7 +3,9 @@
"version" : "*",
"author" : "github:niner",
"description" : "Use Perl 5 code in a Perl 6 program",
"depends" : [ "LibraryMake", "File::Temp" ],
"depends" : [ "LibraryMake" ],
"test-depends" : [ "File::Temp" ],
"build-depends" : [ ],
"provides" : {
"Inline::Perl5" : "lib/Inline/Perl5.pm6"
},
Expand Down

0 comments on commit 14b2b74

Please sign in to comment.