Bugzilla – Attachment 56460 Details for
Bug 17425
Koha::Object should raise exceptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17425: Add Try::Tiny dependency
Bug-17425-Add-TryTiny-dependency.patch (text/plain), 954 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2016-10-14 07:57:23 UTC
(
hide
)
Description:
Bug 17425: Add Try::Tiny dependency
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-10-14 07:57:23 UTC
Size:
954 bytes
patch
obsolete
>From 604a8abf338903db8c79eed1d0808aedc8e6b182 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 11 Oct 2016 13:33:24 +0200 >Subject: [PATCH] Bug 17425: Add Try::Tiny dependency > >This patch just introduces Try::Tiny as a core Koha dependency. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index de00fd7..76d6cbd 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -4,6 +4,11 @@ use warnings; > use strict; > > our $PERL_DEPS = { >+ 'Try::Tiny' => { >+ 'usage' => 'Core', >+ 'required' => '1', >+ 'min_ver' => '0.22' >+ }, > 'Plack::Middleware::ReverseProxy' => { > 'usage' => 'Plack', > 'required' => '1', >-- >2.10.1
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 17425
:
56168
|
56169
|
56170
|
56187
|
56188
|
56220
|
56221
|
56393
|
56394
|
56395
|
56459
| 56460 |
56461