Subject: | Incorrect dependencies |
Hi Keith,
during update the package of your module in pkgsrc I've seen that you
have listed all dependencies as build_dependencies. This is wrong, when
you depend on them on run time (what you do when you e.g. derive from
them). Those are just depends => {}.
Those which aren't necessary but recommended can be added using the
recommended => {} of Module::Build.
Best regards,
Jens