http://www.perlmonks.org?node_id=1036507

vsespb has asked for the wisdom of the Perl Monks concerning the following question:

Should I list core modules (like: Carp, Exporter, strict, bytes, File::Find, File::Temp) as dependencies, when creating CPAN module?

Some authors don't do it: Test::Deep LWP::UserAgent

Some do: Git-Raw HTML::Builder Also for example Carp module listed as most often required.

And I did not find answer in CPAN::Meta::Spec...