On Wed Feb 11 02:17:15 2015, SHLOMIF wrote:
Show quoted text
A) It's not a workaround. Your module has an unreasonably high version requirement on Module::Build that is utterly unnecessary
B) Replacing Module::Build is not as simple as you believe. It ends up pulling in about 15 other modules, including other core modules, as replacements, with absolutely ZERO NEED for this to be done. This is a major flaw in the packaging of your module, not a use the latest and greatest issue.
Show quoted text> Second of all, I should note that Error.pm is in itself deprecated and
> in deep maintenance mode, so you should try to avoid it, to begin
> with.
I would be happy not to use Error. However, it's used by Mail::SPF, which is used by Mail::SpamAssassin, which is my ultimate build goal. I.e., *I* have no personal control over the unfortunate usage of your Error module by the Mail::SPF author.