to. 09. april 2015 01.45.44 skrev ETHER:
Show quoted text> On 2015-04-08 16:28:18, NICOMEN wrote:
> > When creating a debian package out of this module, we include the
> > runtime deps, but that means someone else using this module will not
> > have the required Moo modules that are required runtime if installing
> > this.
>
>
> Can you be more specific please? What dependencies are you adding,
> and what error did you get before you added them?
This module needs Moo. There is no runtime dependency for Moo in the Makefile.PL, only a test dependency.
In our build systems (which is not really relevant), I have to add manually a runtime dependency for Moo, so that when someone installs the packaged Moox::Types::MooseLike package they also install the dependency of Moo, since it depends on it to run ;-)