Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Email CPAN distribution.

Report information
The Basics
Id: 23957
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Email

People
Owner: Nobody in particular
Requestors: chris+rt [...] chrisdolan.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.06
Fixed in: (no value)



Subject: [REGRESSION] New 'To' check inconsistent with docs in 0.06
As of 0.06, there is a check in email() for a 'To' field. However, this checks the main argument list, not the 'headers' array. So the code in the documentation all fails: $c->email(header => [To => 'foo@example.com'],
Oops, this was a premature submit. The real bug is #23957.