Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla-Plugin-EmailNotify CPAN distribution.

Report information
The Basics
Id: 101989
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-EmailNotify

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

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



Subject: code is getting metadata incorrectly
The code does this to extract resource metadata: my $res = $self->zilla->plugin_named('MetaResources')->resources This is not the best way to do it, as it is reliant on the distribution using the [MetaResources] plugin (which is not always the case). Instead, use the correct public accessor: $self->zilla->distmeta.