Subject: | No forwards-declared dependencies |
There's several dependencies, that instead of simply declaring them with Makefile.PL/META.*, you check them manually.
Maybe this made sense in 2006 when you made the last release, but these are not really good practice anymore =).
As it is, had you simply ommitted the manual checks, the recent versions of ExtUtils::MakeMaker would have done them, and then passed the missing deps to the installer tool, which would have been automatically satisfied before continuing =)