in reply to Listing dependencies for Perl modules--should even the common ones get listed?
All your dependencies should be enumerated in your Makefile.PL. See for example https://metacpan.org/release/DAGOLDEN/Path-Tiny-0.144/source/Makefile.PL. See also https://metacpan.org/module/strict/requires for the list of modules that have declared strict as a dependency.
Hope this helps!
|
|---|