in reply to Re^3: Listing dependencies for Perl modules--should even the common ones get listed?
in thread Listing dependencies for Perl modules--should even the common ones get listed?

The definitive reference is CPAN::Meta::Spec.


🦛

  • Comment on Re^4: Listing dependencies for Perl modules--should even the common ones get listed?

Replies are listed 'Best First'.
Re^5: Listing dependencies for Perl modules--should even the common ones get listed?
by kcott (Archbishop) on Apr 11, 2025 at 19:12 UTC

    G'day hippo,

    ++ for the reference; and thanks again to etj for the original idea.

    This definitely seems like a better idea than splitting dependencies across Makefile.PL and README files. As well as my own personal modules, I maintain templates for these files for $work: I'll look at integrating META_MERGE during the next maintenance iteration.

    — Ken