Skip to content

Commit

Permalink
Test::done_testing() has been renamed to done()
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimo committed Mar 6, 2011
1 parent 1f2d24f commit 07b2512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/000-load-module.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ use String::CRC32;

ok(1, 'Module is loaded');

done_testing;
done;

2 changes: 1 addition & 1 deletion t/crc.t
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ is(
# "Test the CRC of a Buf variable",
#);

done_testing;
done;

0 comments on commit 07b2512

Please sign in to comment.