Subject: | Module overrides global PATH environment variable. |
In MIME/Lite.pm line 337, the following occurs:
$ENV{PATH} = '/bin:/usr/bin';
It should not be up to the module to setup the global PATH environment, rather this should be up to the application.