Skip to content

MetaCPAN documentation error for header method uses = instead of => #62

Description

@idallen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions