Skip to content

add a common way to identify "core plugins" for testing #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rjbs opened this issue Apr 3, 2016 · 0 comments
Open

add a common way to identify "core plugins" for testing #59

rjbs opened this issue Apr 3, 2016 · 0 comments

Comments

@rjbs
Copy link
Owner

rjbs commented Apr 3, 2016

Using Module::Pluggable was, as it usually is, at least partly a mistake.

If you write a command that gets tested on the CPAN, and someone else writes a plugin, and the plugin break things, all your tests break, because the plugin is loaded by default by Pluggable.

It should be possible to give a set of core plugins that are used in testing, at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant