You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I can't use the GitHub issue tracker to report this, since I don't have
a GitHub account. Hopefully this is ok instead, and sorry for any
inconvenience!
As I said on #distzilla, there are no "log" or "log_fatal" methods for
plugin bundles. The attached patch implements these methods for
Dist::Zilla::Role::PluginBundle::Easy.
These methods could also be implemented for
Dist::Zilla::Role::PluginBundle, but that would require moving the
"name" attribute from PluginBundle::Easy to PluginBundle. So maybe it's
best to implement the logging methods in PluginBundle::Easy and keep
PluginBundle as a minimal role.
The logging methods added in my patch are simply wrappers around "die"
and "warn", nothing more.
Find my patch below:
The text was updated successfully, but these errors were encountered:
https://rt.cpan.org/Ticket/Display.html?id=135305
The text was updated successfully, but these errors were encountered: