vanstyn / RapidApp

Turnkey ajaxy webapps
http://rapi.io
Other
48 stars 15 forks source link

invalid prereq on DBIx::Class::_Util #176

Closed haarg closed 5 years ago

haarg commented 6 years ago

There is a dependency on DBIx::Class::_Util that is listed in the metadata for this dist, but that module is not indexed on PAUSE so it can't be resolved. In many cases this won't cause issues because the module will be available once DBIx::Class is installed, but depending on how the dependencies are resolved it can cause failures.

It's probably not good to be using the module at all, but it definitely should not be listed in the prerequisites.

kentfredric commented 5 years ago

This looks like a dependency that was added by Dist::Zilla::Plugin::AutoPrereqs, to add insult to injury. The dep isn't included statically in dist.ini

This obviously needs another skip = rule, but AutoPrereqs automatically depending on things with ::_ components is a potentially dubious choice as well.