Bugzilla – Attachment 56188 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), 898 bytes, created by
Josef Moravec
on 2016-10-11 13:44:36 UTC
(
hide
)
Description:
Bug 17425: Add Try::Tiny dependency
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-10-11 13:44:36 UTC
Size:
898 bytes
patch
obsolete
>From a2278acee4bcfe0b25e4634efd3bae07fc4b5df3 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: Josef Moravec <josef.moravec@gmail.com> >--- > 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.1.4
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