From b0053a5c6c5fc6ddd9781d61c5205e42e4ee442f Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 8 Jul 2020 13:32:17 +0100 Subject: [PATCH] Bug 17499: (QA follow-up) Fix POD errors Signed-off-by: Martin Renvoize --- Koha/Patron/Message/Attribute.pm | 2 +- Koha/Patron/Message/Attributes.pm | 8 +++++++- Koha/Patron/Message/Preferences.pm | 6 +++++- Koha/Patron/Message/Transport/Preferences.pm | 6 +++++- Koha/Patron/Message/Transport/Type.pm | 4 +++- Koha/Patron/Message/Transport/Types.pm | 8 +++++++- Koha/Patron/Message/Transports.pm | 8 +++++++- 7 files changed, 35 insertions(+), 7 deletions(-) diff --git a/Koha/Patron/Message/Attribute.pm b/Koha/Patron/Message/Attribute.pm index 8277e29c06..cd265460cd 100644 --- a/Koha/Patron/Message/Attribute.pm +++ b/Koha/Patron/Message/Attribute.pm @@ -33,7 +33,7 @@ Koha::Patron::Message::Attribute - Koha Patron Message Attribute object class =cut -=head3 type +=head3 _type =cut diff --git a/Koha/Patron/Message/Attributes.pm b/Koha/Patron/Message/Attributes.pm index 9f8cbc9211..c647b1cf9f 100644 --- a/Koha/Patron/Message/Attributes.pm +++ b/Koha/Patron/Message/Attributes.pm @@ -34,7 +34,9 @@ Koha::Patron::Message::Attributes - Koha Patron Message Attributes object class =cut -=head3 type +=head2 Internal methods + +=head3 _type =cut @@ -42,6 +44,10 @@ sub _type { return 'MessageAttribute'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Patron::Message::Attribute'; } diff --git a/Koha/Patron/Message/Preferences.pm b/Koha/Patron/Message/Preferences.pm index ce99ce005c..cfb7825798 100644 --- a/Koha/Patron/Message/Preferences.pm +++ b/Koha/Patron/Message/Preferences.pm @@ -125,7 +125,7 @@ sub search_with_message_name { return $self->SUPER::search($params, $attributes); } -=head3 type +=head3 _type =cut @@ -133,6 +133,10 @@ sub _type { return 'BorrowerMessagePreference'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Patron::Message::Preference'; } diff --git a/Koha/Patron/Message/Transport/Preferences.pm b/Koha/Patron/Message/Transport/Preferences.pm index f05c8b5b6c..a68a299bd1 100644 --- a/Koha/Patron/Message/Transport/Preferences.pm +++ b/Koha/Patron/Message/Transport/Preferences.pm @@ -35,7 +35,7 @@ Preferences object class =cut -=head3 type +=head3 _type =cut @@ -43,6 +43,10 @@ sub _type { return 'BorrowerMessageTransportPreference'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Patron::Message::Transport::Preference'; } diff --git a/Koha/Patron/Message/Transport/Type.pm b/Koha/Patron/Message/Transport/Type.pm index 74f4f5fefd..0c92758ead 100644 --- a/Koha/Patron/Message/Transport/Type.pm +++ b/Koha/Patron/Message/Transport/Type.pm @@ -34,7 +34,9 @@ object class =cut -=head3 type +=head2 Internal Methods + +=head3 _type =cut diff --git a/Koha/Patron/Message/Transport/Types.pm b/Koha/Patron/Message/Transport/Types.pm index 42203051cf..825868e444 100644 --- a/Koha/Patron/Message/Transport/Types.pm +++ b/Koha/Patron/Message/Transport/Types.pm @@ -35,7 +35,9 @@ object class =cut -=head3 type +=head2 Internal Methods + +=head3 _type =cut @@ -43,6 +45,10 @@ sub _type { return 'MessageTransportType'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Patron::Message::Transport::Type'; } diff --git a/Koha/Patron/Message/Transports.pm b/Koha/Patron/Message/Transports.pm index e73085e5fa..8c5dd57cec 100644 --- a/Koha/Patron/Message/Transports.pm +++ b/Koha/Patron/Message/Transports.pm @@ -34,7 +34,9 @@ Koha::Patron::Message::Transports - Koha Patron Message Transports object class =cut -=head3 type +=head2 Internal Methods + +=head3 _type =cut @@ -42,6 +44,10 @@ sub _type { return 'MessageTransport'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Patron::Message::Transport'; } -- 2.20.1