Skip to content

Commit

Permalink
Bug 17425: Add Try::Tiny dependency
Browse files Browse the repository at this point in the history
This patch just introduces Try::Tiny as a core Koha dependency.

Signed-off-by: Kyle M Hall <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>

Signed-off-by: Kyle M Hall <[email protected]>
  • Loading branch information
tomascohen authored and kylemhall committed Oct 21, 2016
1 parent 71e7804 commit 60fc63e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions C4/Installer/PerlDependencies.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 60fc63e

Please sign in to comment.