From a1e1d49283c3c8787c9f811e8d4cba74b379f1fe Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Marc=20V=C3=A9ron?= Date: Thu, 7 Sep 2017 14:48:48 +0200 Subject: [PATCH] Bug 18550: [Follow-up] Add POD descriptions to subs Content-Type: text/plain; charset=utf-8 This patch simply adds POD descriptions to subs affected by first patch. Signed-off-by: Marcel de Rooy --- C4/Patroncards/Patroncard.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/C4/Patroncards/Patroncard.pm b/C4/Patroncards/Patroncard.pm index c78a8de..3229559 100644 --- a/C4/Patroncards/Patroncard.pm +++ b/C4/Patroncards/Patroncard.pm @@ -203,6 +203,10 @@ sub draw_guide_grid { =head2 draw_text + $patron_card->draw_text($pdf) + +Draws text to PDF output ($pdf) + =cut sub draw_text { @@ -310,6 +314,10 @@ sub draw_text { =head2 draw_image + $patron_card->draw_image($pdf) + +Draws images to PDF output ($pdf) + =cut sub draw_image { @@ -335,6 +343,10 @@ sub draw_image { =head2 draw_barcode + $patron_card->draw_barcode($pdf) + +Draws a barcode to PDF output ($pdf) + =cut sub _draw_barcode { # this is cut-and-paste from Label.pm because there is no common place for it atm... -- 2.1.4