From bbe895332cb69ae6c1a4f3492db8e29ee39dac52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Mon, 24 Aug 2020 18:34:10 +0300 Subject: [PATCH] Bug 23166: (QA follow-up) Add POD text --- Koha/Template/Plugin/Context.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Koha/Template/Plugin/Context.pm b/Koha/Template/Plugin/Context.pm index 03c024b609..3e5be2b3da 100644 --- a/Koha/Template/Plugin/Context.pm +++ b/Koha/Template/Plugin/Context.pm @@ -38,6 +38,12 @@ Especially useful to call ->search =cut +=head3 Scalar + +Return object set in scalar context + +=cut + sub Scalar { my ( $self, $set, $method ) = @_; $set = $set->$method; -- 2.11.0