@@ -, +, @@ --- Koha/AuthSubfieldStructures.pm | 8 ++++++-- Koha/MarcSubfieldStructure.pm | 2 +- Koha/MarcSubfieldStructures.pm | 6 +++++- 3 files changed, 12 insertions(+), 4 deletions(-) --- a/Koha/AuthSubfieldStructures.pm +++ a/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 --- a/Koha/MarcSubfieldStructure.pm +++ a/Koha/MarcSubfieldStructure.pm @@ -29,7 +29,7 @@ Koha::MarcSubfieldStructure - Koha MarcSubfieldStructure Object class =head1 API -=head2 Class Methods +=head2 Class methods =cut --- a/Koha/MarcSubfieldStructures.pm +++ a/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 --