Bug 14826: (QA follow-up) POD fixes
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 29 Sep 2017 13:55:39 +0000 (10:55 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 20 Oct 2017 20:14:32 +0000 (17:14 -0300)
This patch just fixes POD. There are still some false positives with the
QA scripts.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Account/Offset.pm
Koha/Account/Offsets.pm

index 8f5f463..b411653 100644 (file)
@@ -31,11 +31,11 @@ Account offsets are used to track the changes in account lines
 
 =head1 API
 
-=head2 Class Methods
+=head2 Internal methods
 
 =cut
 
-=head3 type
+=head3 _type
 
 =cut
 
index 1361f14..79c7995 100644 (file)
@@ -33,11 +33,9 @@ Account offsets track the changes made to the balance of account lines
 
 =head1 API
 
-=head2 Class Methods
+=head2 Internal methods
 
-=cut
-
-=head3 type
+=head3 _type
 
 =cut
 
@@ -45,6 +43,10 @@ sub _type {
     return 'AccountOffset';
 }
 
+=head3 object_class
+
+=cut
+
 sub object_class {
     return 'Koha::Account::Offset';
 }