docs should indicate that you can't use both text_body, html_body, with attach. Maybe in TODO or attach/attach_file sections?
E.g.:
Email::Stuffer->from ('cpan@ali.as' )
->to ('santa@northpole.org' )
->text_body('plain text' )
->html_body('html text' )
->attach_file('dead_bunbun_faked.gif' )
->as_string;
Produces multipart/mixed header with 3 parts; but no multipart/alternative
Should be two parts, multipart/alternative and the attachment, both inside a multipart/mixed
docs should indicate that you can't use both
text_body,html_body, withattach. Maybe in TODO orattach/attach_filesections?E.g.:
Produces
multipart/mixedheader with 3 parts; but nomultipart/alternativeShould be two parts,
multipart/alternativeand the attachment, both inside amultipart/mixed