From 8e6012bdff831e8ebc6c7e0693d92ed59341d57d Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 15 Mar 2018 14:51:34 +0100 Subject: [PATCH] Bug 19929: (QA follow-up) Fix POD Content-Type: text/plain; charset=utf-8 Make qa tools happy. Signed-off-by: Marcel de Rooy --- Koha/ClassSortRules.pm | 10 +++++++++- Koha/ClassSource.pm | 4 +++- Koha/ClassSources.pm | 10 +++++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Koha/ClassSortRules.pm b/Koha/ClassSortRules.pm index 197b91d..1e47305 100644 --- a/Koha/ClassSortRules.pm +++ b/Koha/ClassSortRules.pm @@ -35,7 +35,9 @@ Koha::ClassSortRules - Koha Classification Sort Rules Object set class =cut -=head3 type +=head3 _type + +Returns name of corresponding DBIC resultset =cut @@ -43,6 +45,12 @@ sub _type { return 'ClassSortRule'; } +=head3 object_class + +Returns name of corresponding Koha object class + +=cut + sub object_class { return 'Koha::ClassSortRule'; } diff --git a/Koha/ClassSource.pm b/Koha/ClassSource.pm index 373c1e0..9cf290b 100644 --- a/Koha/ClassSource.pm +++ b/Koha/ClassSource.pm @@ -33,7 +33,9 @@ Koha::ClassSource - Koha Classfication Source Object class =cut -=head3 type +=head3 _type + +Returns name of corresponding DBIC resultset =cut diff --git a/Koha/ClassSources.pm b/Koha/ClassSources.pm index f15abd7..a3e07f9 100644 --- a/Koha/ClassSources.pm +++ b/Koha/ClassSources.pm @@ -35,7 +35,9 @@ Koha::ClassSources - Koha Classification Source Object set class =cut -=head3 type +=head3 _type + +Returns name of corresponding DBIC resultset =cut @@ -43,6 +45,12 @@ sub _type { return 'ClassSource'; } +=head3 object_class + +Returns name of corresponding Koha object class + +=cut + sub object_class { return 'Koha::ClassSource'; } -- 2.1.4