View | Details | Raw Unified | Return to bug 27179
Collapse All | Expand All

(-)a/Koha/REST/V1/Holds.pm (-1 / +1 lines)
Lines 36-42 use Try::Tiny; Link Here
36
36
37
=head3 list
37
=head3 list
38
38
39
Mehtod that handles listing Koha::Hold objects
39
Method that handles listing Koha::Hold objects
40
40
41
=cut
41
=cut
42
42
(-)a/Koha/REST/V1/Static.pm (-3 / +2 lines)
Lines 27-33 use Try::Tiny; Link Here
27
27
28
=head3 get
28
=head3 get
29
29
30
Mehtod that gets file contents
30
Method that gets file contents
31
31
32
=cut
32
=cut
33
33
Lines 80-83 sub get { Link Here
80
80
81
}
81
}
82
82
83
1;
83
1;
84
- 

Return to bug 27179