Bug 19712: (follow-up) Add missing use Pod::Usage
authorMark Tompsett <mtompset@hotmail.com>
Fri, 19 Jan 2018 01:56:17 +0000 (01:56 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 6 Apr 2018 17:50:58 +0000 (14:50 -0300)
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>

misc/cronjobs/delete_records_via_leader.pl

index 291ab6b..add1093 100755 (executable)
@@ -32,7 +32,7 @@ BEGIN {
 }
 
 use Getopt::Long;
-
+use Pod::Usage;
 use C4::Biblio;
 use C4::Items;
 use Koha::Database;