Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 64896
Status: rejected
Priority: 0/
Queue: Dist-Zilla

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

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



Subject: Dist::Zilla::Role::PluginBundle::Easy should silently ignore undef plugins
A naive user might do $self->add_plugins( 'Plugin', 'AnotherPlugin', ( $self->switch ? 'Switch' : 'FakeSwitch'), # Works as you'd expect ( $self->stop ? undef : 'Continue'), # DIEDIEDIE ); You might have undef as a "plugin" -- that should simply be skipped.