Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove Data:Dump dependency
  • Loading branch information
salortiz committed Apr 2, 2016
1 parent 91594d7 commit 09835a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion META6.json
Expand Up @@ -3,7 +3,7 @@
"name" : "DBIish",
"version" : "0.5.3",
"description" : "Database connectivity for Perl 6",
"test-depends" : [ "Data::Dump" ],
"test-depends" : [ ],
"depends" : [ "NativeHelpers::Blob" ],
"provides" : {
"DBIish" : "lib/DBIish.pm6",
Expand Down
2 changes: 0 additions & 2 deletions lib/DBIish/CommonTesting.pm6
Expand Up @@ -277,8 +277,6 @@ method run-tests {
{ name => 'TAFM', description => 'Mild fish taco', quantity => 1, price => 4.85, amount => 4.85 },
);

#diag "ref-aoh: {Dump(@ref-aoh)}";

is-deeply @results, @ref-aoh, 'types and values match';

ok $sth = $dbh.prepare($.select-null-query), "can prepare '$.select-null-query'";
Expand Down

0 comments on commit 09835a3

Please sign in to comment.