Subject: | Module fails to install due to typo |
Hi,
Within Makefile.PL, one of the prerequsites has a typo which causes installation to fail. It's listed as MIME:tools rather than MIME::Tools.
Patch attached.
Thank you.
Subject: | Makefile.patch |
17c17
< 'MIME::tools' => 0,
---
> 'MIME::Tools' => 0,