Skip to content

Commit

Permalink
Issue #449: require Try::Tiny
Browse files Browse the repository at this point in the history
This is not a new requirement, as at least LWP::UserAgent depends on it
  • Loading branch information
bschmalhofer committed Jan 9, 2021
1 parent d31f052 commit 8113265
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/otobo.CheckModules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,16 @@
ports => 'devel/p5-Time-HiRes',
},
},
{
Module => 'Try::Tiny',
Required => 1,
InstTypes => {
aptget => 'libtry-tiny-perl',
emerge => 'dev-perl/Try-Tiny',
zypper => 'perl-Try-Tiny',
ports => 'devel/p5-Try-Tiny',
},
},
{
Module => 'XML::LibXML',
Required => 1,
Expand Down
2 changes: 2 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ requires 'Template::Stash::XS';
# Required for high resolution timestamps.
requires 'Time::HiRes';

requires 'Try::Tiny';

# Required for XML processing.
requires 'XML::LibXML';

Expand Down
2 changes: 2 additions & 0 deletions cpanfile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ requires 'Template::Stash::XS';
# Required for high resolution timestamps.
requires 'Time::HiRes';

requires 'Try::Tiny';

# Required for XML processing.
requires 'XML::LibXML';

Expand Down

0 comments on commit 8113265

Please sign in to comment.