View | Details | Raw Unified | Return to bug 30939
Collapse All | Expand All

(-)a/misc/migration_tools/remove_unused_authorities.pl (-2 / +1 lines)
Lines 24-30 use Modern::Perl; Link Here
24
24
25
use Koha::Script;
25
use Koha::Script;
26
use C4::Context;
26
use C4::Context;
27
use C4::AuthoritiesMarc;
27
use C4::AuthoritiesMarc qw( DelAuthority );
28
use Getopt::Long qw( GetOptions );
28
use Getopt::Long qw( GetOptions );
29
29
30
use Koha::SearchEngine::Search;
30
use Koha::SearchEngine::Search;
31
- 

Return to bug 30939