On this MetaCPAN web page:
https://metacpan.org/pod/Email::Stuffer
under the "header" method is this incorrect example:
$stuffer->header($header_name = $value)
That should be written as this:
$stuffer->header($header_name => $value)
The man page (version 0.017) has it right.
On this MetaCPAN web page:
under the "header" method is this incorrect example:
That should be written as this:
The man page (version 0.017) has it right.