in reply to Re: 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?
That also goes for any sub-dependencies that YOUR dependencies consider optional. One of the classics is (or rather: "was", thankfully) IO::Socket::INET6 when you are using IO::Socket::IP to connect over the network. When your software requires IPv6 support, you will have to make sure that the required modules actually get installed. Believe me, more than once my servers were IPv6-blind because i forgot...
|
|---|