@@ -, +, @@ --- t/Biblio.t | 1 + 1 file changed, 1 insertion(+) --- a/t/Biblio.t +++ a/t/Biblio.t @@ -174,3 +174,4 @@ warnings_like { $ret = UpdateTotalIssues() } ok( !defined $ret, 'UpdateTotalIssues returns carped warning if biblio record does not exist'); +done_testing; --