Skip to content

Commit

Permalink
Make Test.pm's proclaim return a boolean, like Test::More
Browse files Browse the repository at this point in the history
Signed-off-by: pmichaud <pmichaud@pobox.com>
  • Loading branch information
chrisdolan authored and pmichaud committed Feb 25, 2009
1 parent e3f2de0 commit 0316676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Test.pm
Expand Up @@ -230,6 +230,7 @@ sub proclaim($cond, $desc) {
}
# must clear this between tests
$todo_reason = '';
return $cond;
}

END {
Expand Down

0 comments on commit 0316676

Please sign in to comment.