Bug 23166: (QA follow-up) Add POD text
Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
50f3d267c1
commit
3dd22f27bb
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue