cpanfile: require Try::Tiny
Created by: mkszuba
Description
Add Try::Tiny to the cpanfile.
Use case
It is used by Bio::EnsEMBL::Feature and it is not a core module. The reason Travis has not caught it seems to be that it comes with the Perl installations they provide.
Benefits
Bio::EnsEMBL::Feature will not throw 'Cannot locate Try::Tiny' exceptions even on systems with minimal Perl installations.
Possible Drawbacks
None.
Testing
Have you added/modified unit tests to test the changes?
No.
If so, do the tests pass/fail?
N/A
Have you run the entire test suite and no regression was detected?
Yes, on a system with highly minimal Perl installation (an official perl-5.14 image from Docker Hub). No regression detected.