I'm trying to use the library MSGConvert to convert outlook emails to .eml emails, but I have had some dependency issues with perl (I think). The backtrace indicates that I may need to install a perl module. How can I do that? Thank you in advance.
Cant locate Class/Method/Modifiers.pm in @INC (you may need to install the Class::Method::Modifiers module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /usr/local/share/perl/5.18.2/Moo/_Utils.pm line 43.
Compilation failed in require at /usr/local/share/perl/5.18.2/Module/Runtime.pm line 317.
Compilation failed in require at /usr/local/share/perl/5.18.2/Module/Runtime.pm line 317.
Compilation failed in require at /usr/local/share/perl/5.18.2/Email/Sender/Role/CommonSending.pm line 9.
BEGIN failed--compilation aborted at /usr/local/share/perl/5.18.2/Email/Sender/Role/CommonSending.pm line 9.
Compilation failed in require at /usr/local/share/perl/5.18.2/Module/Runtime.pm line 317.
Compilation failed in require at /usr/local/share/perl/5.18.2/Module/Runtime.pm line 317.
Compilation failed in require at /usr/local/bin/msgconvert line 9.
BEGIN failed--compilation aborted at /usr/local/bin/msgconvert line 9.
Unexpected Error!