Bugzilla – Attachment 73753 Details for
Bug 19712
Fix command line options of delete_records_via_leader.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19712: Followup adding missing use Pod::Usage
Bug-19712-Followup-adding-missing-use-PodUsage.patch (text/plain), 880 bytes, created by
Marcel de Rooy
on 2018-04-06 09:23:17 UTC
(
hide
)
Description:
Bug 19712: Followup adding missing use Pod::Usage
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-04-06 09:23:17 UTC
Size:
880 bytes
patch
obsolete
>From ecaa90fc3e1037efc8df75b915e5b06f32983f06 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 19 Jan 2018 01:56:17 +0000 >Subject: [PATCH] Bug 19712: Followup adding missing use Pod::Usage >Content-Type: text/plain; charset=utf-8 > >pod2usage call failed otherwise. > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > misc/cronjobs/delete_records_via_leader.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/delete_records_via_leader.pl b/misc/cronjobs/delete_records_via_leader.pl >index 291ab6b..add1093 100755 >--- a/misc/cronjobs/delete_records_via_leader.pl >+++ b/misc/cronjobs/delete_records_via_leader.pl >@@ -32,7 +32,7 @@ BEGIN { > } > > use Getopt::Long; >- >+use Pod::Usage; > use C4::Biblio; > use C4::Items; > use Koha::Database; >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19712
:
69981
|
70732
|
72925
|
72926
|
73752
| 73753