Bugzilla – Attachment 66794 Details for
Bug 18811
Visibility settings inconsistent between framework and authority editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18811: [QA Follow-up] Resolved POD warnings
Bug-18811-QA-Follow-up-Resolved-POD-warnings.patch (text/plain), 1.37 KB, created by
Marcel de Rooy
on 2017-09-04 08:06:54 UTC
(
hide
)
Description:
Bug 18811: [QA Follow-up] Resolved POD warnings
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-09-04 08:06:54 UTC
Size:
1.37 KB
patch
obsolete
>From 40548de7b870b701a921a7c7f2860fe09fa418d4 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 4 Sep 2017 09:27:09 +0200 >Subject: [PATCH] Bug 18811: [QA Follow-up] Resolved POD warnings >Content-Type: text/plain; charset=utf-8 > >Trivial changes to silence qa tools on POD warnings for Subfields and Tags. > >Note: Since Subfield and Tag only contain one sub which is considered as >private by Pod::Coverage, these modules are listed as unrated (no public >symbols defined) and trigger a FAIL on pod coverage in qa tools. This fail >can be ignored. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Authority/Subfields.pm | 4 ++++ > Koha/Authority/Tags.pm | 4 ++++ > 2 files changed, 8 insertions(+) > >diff --git a/Koha/Authority/Subfields.pm b/Koha/Authority/Subfields.pm >index 121b795..ff63718 100644 >--- a/Koha/Authority/Subfields.pm >+++ b/Koha/Authority/Subfields.pm >@@ -39,6 +39,10 @@ sub _type { > return 'AuthSubfieldStructure'; > } > >+=head3 object_class >+ >+=cut >+ > sub object_class { > return 'Koha::Authority::Subfield'; > } >diff --git a/Koha/Authority/Tags.pm b/Koha/Authority/Tags.pm >index a621071..7a24417 100644 >--- a/Koha/Authority/Tags.pm >+++ b/Koha/Authority/Tags.pm >@@ -39,6 +39,10 @@ sub _type { > return 'AuthTagStructure'; > } > >+=head3 object_class >+ >+=cut >+ > sub object_class { > return 'Koha::Authority::Tag'; > } >-- >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 18811
:
64314
|
64541
|
64542
|
64570
|
64571
|
64572
|
64573
|
66309
|
66310
|
66311
|
66312
|
66708
|
66709
|
66710
|
66711
|
66793
| 66794 |
70614