Skip to content

Commit

Permalink
[Test.pm] return comparsion result from is_deeply
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 30, 2010
1 parent 8081285 commit c227238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Test.pm
Expand Up @@ -196,6 +196,7 @@ multi sub is_deeply(Mu $got, Mu $expected, $reason = '')
diag "expected: $expected_perl";
}
}
$test;
}

sub _is_deeply(Mu $got, Mu $expected) {
Expand Down

0 comments on commit c227238

Please sign in to comment.