From b37e4e142cdb26c9f9085feb54040b01a67c84c5 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 24 Feb 2021 12:20:18 -0300 Subject: [PATCH] Bug 8976: (QA follow-up) Trivial POD fixes Signed-off-by: Tomas Cohen Arazi --- Koha/AuthSubfieldStructures.pm | 8 ++++++-- Koha/MarcSubfieldStructure.pm | 2 +- Koha/MarcSubfieldStructures.pm | 6 +++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Koha/AuthSubfieldStructures.pm b/Koha/AuthSubfieldStructures.pm index be6f3c46574..4995cb7f59c 100644 --- a/Koha/AuthSubfieldStructures.pm +++ b/Koha/AuthSubfieldStructures.pm @@ -31,11 +31,15 @@ Koha::AuthSubfieldStructures - Koha AuthSubfieldStructure Object set class =head1 API -=head2 Class Methods +=head2 Class methods =cut -=head3 type +=head2 Internal methods + +=cut + +=head3 _type =cut diff --git a/Koha/MarcSubfieldStructure.pm b/Koha/MarcSubfieldStructure.pm index a3902f86fec..fb80dd086fc 100644 --- a/Koha/MarcSubfieldStructure.pm +++ b/Koha/MarcSubfieldStructure.pm @@ -29,7 +29,7 @@ Koha::MarcSubfieldStructure - Koha MarcSubfieldStructure Object class =head1 API -=head2 Class Methods +=head2 Class methods =cut diff --git a/Koha/MarcSubfieldStructures.pm b/Koha/MarcSubfieldStructures.pm index b7f4b76a79f..e1e6bc8814e 100644 --- a/Koha/MarcSubfieldStructures.pm +++ b/Koha/MarcSubfieldStructures.pm @@ -31,7 +31,11 @@ Koha::MarcSubfieldStructures - Koha MarcSubfieldStructure Object set class =head1 API -=head2 Class Methods +=head2 Class methods + +=cut + +=head2 Internal methods =cut -- 2.30.1