Bugzilla – Attachment #73753: Bug 19712: Followup adding missing use Pod::Usage for
bug #19712
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 19712
Collapse All
|
Expand All
(-)
a/misc/cronjobs/delete_records_via_leader.pl (-2 / +1 lines)
Lines 32-38 BEGIN {
Link Here
32
}
32
}
33
33
34
use Getopt::Long;
34
use Getopt::Long;
35
35
use Pod::Usage;
36
use C4::Biblio;
36
use C4::Biblio;
37
use C4::Items;
37
use C4::Items;
38
use Koha::Database;
38
use Koha::Database;
39
-
Return to
bug 19712