RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
258 stars 76 forks source link

Docker: MIME::Decoder::BinHex has a missing dependency #235

Closed bschmalhofer closed 4 years ago

bschmalhofer commented 4 years ago

In the Docker container otobo_web_1 the command perl -c -I . -I Kernel/cpan-lib/ Kernel/cpan-lib/MIME/Decoder/BinHex.pm fails

The module Convert::BinHex is missing. We sure could add Convert::BinHex as a dependency, but why is MIME::Decoder::BinHEX in Kernel/cpan-lib in the first place ?

bschmalhofer commented 4 years ago

Convert::BinHexwas added as a dependency for #295. Cleaning up Kernel/cpan-lib is a different issue. Closing when the tests look fine.