Subject: | SIGNATURE file does not match distro |
Both B-Lisp and Geo-TigerLine-Abbreviations have signatures that do not exactly match the distros. This was probably due to a MakeMaker bug. As MM has muchly improved since in supporting signing, you might want to try to generate a new package with something like
my @sign = (MM->can("signature_target") ? (SIGN => 1) : ());
WriteMakefile(...,@sign,...);
Thanks!