in reply to Replacing a module dependency
G'day Bod,
"... which in turn requires MIME::Base64. This last module is XS and I don't have it installed on the shared hosting."
This statement surprised me. MIME::Base64 is a core module. Even if your shared hosting is only providing you with Perl v5.8, you should have it.
$ corelist MIME::Base64 Data for 2021-05-20 MIME::Base64 was first released with perl v5.7.3
Perl 5.8.0 was released 20 years ago (18-Jul-2002perlhist). I would recommend asking your provider to install this module immediately; if they refuse, find a new provider.
— Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Replacing a module dependency
by Bod (Parson) on Apr 27, 2022 at 10:54 UTC |