Search Criteria
Package Details: perl-email-stuffer 0.020-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/perl-email-stuffer.git (read-only, click to copy) |
---|---|
Package Base: | perl-email-stuffer |
Description: | A more casual approach to creating and sending emails |
Upstream URL: | https://metacpan.org/pod/Email::Stuffer |
Licenses: | PerlArtistic |
Submitter: | mbunkus |
Maintainer: | mbunkus |
Last Packager: | mbunkus |
Votes: | 1 |
Popularity: | 0.009043 |
First Submitted: | 2016-11-22 15:16 (UTC) |
Last Updated: | 2023-01-22 15:22 (UTC) |
Dependencies (8)
- perl-email-mime
- perl-email-sender
- perl-module-runtime
- perl-params-util
- perl-scalar-list-utils (perl-gitAUR, perl)
- perl-email-sender (make)
- perl-moo (make)
- perl-test-fatal (make)
Latest Comments
mbunkus commented on 2023-08-27 15:20 (UTC)
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.
hablitzel commented on 2023-08-27 13:18 (UTC)
I've received a similar error. Here is a link to a git: https://gist.github.com/jenzuslongus/1df85b3120ae11b5dda2c68f46106e24 I've tried to install the package with:
yay -S perl-email-stuffer
mbunkus commented on 2022-10-04 14:16 (UTC)
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?
mrabe89 commented on 2022-10-04 14:05 (UTC)
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.