Bug 19712: (follow-up) Add missing use Pod::Usage
pod2usage call failed otherwise. Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
fcf2b798fd
commit
f46ead6313
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ BEGIN {
|
|||
}
|
||||
|
||||
use Getopt::Long;
|
||||
|
||||
use Pod::Usage;
|
||||
use C4::Biblio;
|
||||
use C4::Items;
|
||||
use Koha::Database;
|
||||
|
|
Loading…
Reference in a new issue