


























I've just verified that the word "Pluggable" does not occur at all in the source of Email::Stuffer. Therefore it doesn't seem to be a direct dependency, rather a transitive one. If so, perl-email-stuffer isn't the right place to declare that dependency.
Can you post the full error message somewhere where it's readable (a paste bin, Github Gist or something similar), please?
Thanks for the package, but I had problems building it. perl-email-stuffer seem to depend on perl-module-pluggable, after installing it, the build went through.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
My comment from 2022-10-04 still stands: Email::Stuffer does not load Module::Pluggable itself. Your traceback confirms this: it's Email::Abstract which loads Module::Pluggable. Therefore perl-email-abstract should declare the dependency.
Just install perl-module-pluggable manually before trying to install perl-email-stuffer.