Bugzilla – Attachment 87200 Details for
Bug 13895
Add routes for checkouts retrieval and renewal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13895: (follow-up) Add Modern::Perl
Bug-13895-follow-up-Add-ModernPerl.patch (text/plain), 749 bytes, created by
Nick Clemens (kidclamp)
on 2019-03-29 13:17:31 UTC
(
hide
)
Description:
Bug 13895: (follow-up) Add Modern::Perl
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-03-29 13:17:31 UTC
Size:
749 bytes
patch
obsolete
>From cc7d2e45faa6b40a3e6173f2c25698877e22d826 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 29 Mar 2019 13:17:14 +0000 >Subject: [PATCH] Bug 13895: (follow-up) Add Modern::Perl > >--- > Koha/REST/V1/Checkouts.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Koha/REST/V1/Checkouts.pm b/Koha/REST/V1/Checkouts.pm >index 6c1c5e3985..0e3b60e445 100644 >--- a/Koha/REST/V1/Checkouts.pm >+++ b/Koha/REST/V1/Checkouts.pm >@@ -15,6 +15,8 @@ package Koha::REST::V1::Checkouts; > # with Koha; if not, write to the Free Software Foundation, Inc., > # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. > >+use Modern::Perl; >+ > use Mojo::Base 'Mojolicious::Controller'; > > use C4::Auth qw( haspermission ); >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13895
:
37146
|
40104
|
40143
|
40588
|
41163
|
41548
|
45817
|
50021
|
51303
|
53816
|
53817
|
53878
|
53889
|
53890
|
53891
|
53901
|
53924
|
54196
|
54685
|
54951
|
56167
|
56506
|
58387
|
69123
|
84765
|
85458
|
85459
|
85460
|
85461
|
85462
|
85463
|
85464
|
85676
|
86120
|
86576
|
86579
|
86580
|
87105
|
87106
|
87107
|
87108
|
87109
|
87110
|
87111
|
87112
|
87113
|
87114
|
87115
| 87200