Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing depends to META6.json
  • Loading branch information
salortiz committed Mar 24, 2016
1 parent 5933cef commit 9ce7f9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions META6.json
@@ -1,11 +1,10 @@
{
"perl" : "6",
"name" : "DBIish",
"version" : "0.1.5",
"version" : "0.5.0",
"description" : "Database connectivity for Perl 6",
"test-depends" : [
"Data::Dump"
],
"test-depends" : [ "Data::Dump" ],
"depends" : [ "NativeHelpers::Blob" ],
"provides" : {
"DBIish" : "lib/DBIish.pm6",
"DBIish::CommonTesting" : "lib/DBIish/CommonTesting.pm6",
Expand Down

0 comments on commit 9ce7f9f

Please sign in to comment.