Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-MIME-Kit CPAN distribution.

Report information
The Basics
Id: 76909
Status: resolved
Priority: 0/
Queue: Email-MIME-Kit

People
Owner: Nobody in particular
Requestors: DOY [...] cpan.org
Cc:
AdminCc:

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



Subject: "type": "text/html" doesn't work
The docs imply that "alternatives": [ { "type": "text/html", "path": "body.html" } ] in a manifest file should work, but the only way I was able to get this to work was by doing this: "alternatives": [ { "attributes": { "content_type": "text/html" }, "path": "body.html" } ]
Subject: "type": "text/html" doesn't work when subclassing parts of EMK
20:27 <doy> aha, i see what the issue was 20:27 <doy> (role method modifiers)-- 20:28 <doy> EMK::ManifestReader::JSON implements the read_manifest method, but it also consumes a role that does "around read_manifest" 20:30 <doy> would be a lot more straightforward to read if ::ManifestDesugarer just provided a 'desugar_manifest' method, which read_manifest called explicitly 20:31 <doy> but shrug, that's mostly stylistic 20:31 <doy> not a bug in any case 20:41 <rjbs> yay 20:41 <rjbs> shall I close the ticket? 20:42 <doy> sure -- rjbs