@@ -, +, @@ --- t/db_dependent/Holds.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Holds.t +++ a/t/db_dependent/Holds.t @@ -517,7 +517,7 @@ subtest 'Pickup location availability tests' => sub { is(CanItemBeReserved($patron, $item->itemnumber, 'nonexistent'), 'libraryNotFound', 'Cannot set unknown library as pickup location'); }; -my ( $bibnum, $title, $bibitemnum ); + # Helper method to set up a Biblio. sub create_helper_biblio { my $itemtype = shift; --