Bug 17425: Add Try::Tiny dependency
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 11 Oct 2016 11:33:24 +0000 (13:33 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2016 17:37:54 +0000 (17:37 +0000)
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Installer/PerlDependencies.pm

index de00fd7..76d6cbd 100644 (file)
@@ -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',