Bug 32030: Add/remove packages to/from EBSCO's holdings
[koha-ffzg.git] / Koha / Checkouts / ReturnClaims.pm
index fa601bd..1174cdd 100644 (file)
@@ -19,7 +19,6 @@ package Koha::Checkouts::ReturnClaims;
 
 use Modern::Perl;
 
-use Carp;
 
 use Koha::Database;
 
@@ -61,7 +60,7 @@ sub resolved {
     return Koha::Checkouts::ReturnClaims->_new_from_dbic( $results );
 }
 
-=head3 type
+=head3 _type
 
 =cut