From 503cdfcc7fda12e60aff0dd1ce2f8739584dbc42 Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Tue, 30 Sep 2014 16:56:43 +0200 Subject: [PATCH] MT#7705 - remove =item from pod formatting --- lib/NGCP/Panel/Utils/Message.pm | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/lib/NGCP/Panel/Utils/Message.pm b/lib/NGCP/Panel/Utils/Message.pm index d877c326b9..f0b50d04d6 100644 --- a/lib/NGCP/Panel/Utils/Message.pm +++ b/lib/NGCP/Panel/Utils/Message.pm @@ -247,7 +247,7 @@ Info: Check "Params" section for the "error" and the "info" methods for extended usage -=item Notes: +Notes: - If you use the code inside an anonymous function (sub { }) it will appear in the log as CALLED=....::__ANON__ @@ -259,8 +259,6 @@ Check "Params" section for the "error" and the "info" methods for extended usage there may be more logic around different types but currently there is only a check if ($type eq 'panel') { show on GUI ... }) -=cut - =head1 INTERFACE =head2 Functions @@ -274,7 +272,7 @@ Used by "info" and "error" methods and returns parsed data for logging Shows the error message on the panel. Also logs everything to the logger. -=item Params: +Params: $c (required) $desc (required) - main log message (will apear on the GUI). @@ -290,13 +288,11 @@ Shows the error message on the panel. Also logs everything to the logger. $cname=custom_create leads to CALLED=Controller:Domain::custom_create in the log -=cut - =head3 C Shows the info message on the panel. Also logs everything to the logger. -=item Params: +Params: $c (required) $desc (required) - main log message (will apear on the GUI). @@ -312,8 +308,6 @@ Shows the info message on the panel. Also logs everything to the logger. $cname=custom_create leads to CALLED=Controller:Domain::custom_create in the log -=cut - =head1 AUTHOR =head1 LICENSE