rjbs / Pod-Weaver

recombine pod documents into awesomer pod documents
26 stars 28 forks source link

:version specifiers for plugins are not checked #38

Open karenetheridge opened 9 years ago

karenetheridge commented 9 years ago

The :version check, that Dist::Zilla performs for plugin configurations, does not appear to be done here, either from parsing weaver.ini nor from configurations passed directly from the configure sub in a plugin bundle.

Dist::Zilla is doing this in Dist::Zilla::Role::PluginBundle::Easy with an earlier invocation of load_class with the specified version; Pod::Weaver could do the same. But could this perhaps be generalized back to Config::MVP itself?

rjbs commented 9 years ago

Yeah, MVP should have a means to do this in the assembler, I think.