Bug 28606: Remove $DEBUG and $ENV{DEBUG}
[koha-ffzg.git] / Koha / MarcSubfieldStructures.pm
index 79c7998..e1e6bc8 100644 (file)
@@ -31,11 +31,15 @@ Koha::MarcSubfieldStructures - Koha MarcSubfieldStructure Object set class
 
 =head1 API
 
-=head2 Class Methods
+=head2 Class methods
 
 =cut
 
-=head3 type
+=head2 Internal methods
+
+=cut
+
+=head3 _type
 
 =cut
 
@@ -43,6 +47,10 @@ sub _type {
     return 'MarcSubfieldStructure';
 }
 
+=head3 object_class
+
+=cut
+
 sub object_class {
     return 'Koha::MarcSubfieldStructure';
 }