> On Aug 2, 2018, at 3:35 AM, Kai Schwarz <kschw...@hexonet.net> wrote:
> 
> Hey Doug,
> 
> again thanks for your reply, we are still investigating.
> PREREQ_PM in Makefile.PL should contain all modules that are required by our 
> module.
> - Does that also include modules we use in our tests?

There's another section, TEST_REQUIRES, for tests: 
https://metacpan.org/pod/ExtUtils::MakeMaker#TEST_REQUIRES

> - Does that also include core modules? (I personally don't think so)

Yes. Modules can be removed from core, or may be both in core and on CPAN so 
that if you require a specific version that isn't in every Perl 5 core version 
you support, CPAN clients will try to install it. CPAN clients will not try to 
install modules that are already installed.

Attachment: signature.asc
Description: Message signed with OpenPGP

Reply via email to