Subject: | Incorrect RTx() line in Makefile.PL |
Because of the following line in Makefile.PL
RTx('EmailCompletion');
this module is installed into
/opt/rt3/local/plugins/EmailCompletion/
rather than
/opt/rt3/local/plugins/RTx-EmailCompletion/
You have to move the directory before
Set(@Plugins, qw(RTx-EmailCompletion));
will work (Unfortunately, setting @Plugins
to EmailCompletion fails during the module load