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:
Mark Tompsett 2018-01-19 01:56:17 +00:00 committed by Jonathan Druart
parent fcf2b798fd
commit f46ead6313

View file

@ -32,7 +32,7 @@ BEGIN {
}
use Getopt::Long;
use Pod::Usage;
use C4::Biblio;
use C4::Items;
use Koha::Database;