Hi, I was looking at ExtUtils::MakeMaker and wondering how could I list a set of modules as optional dependencies? As I could not find and answer I wonder if there is a well defined tool for this in any of the packaging tools of Perl?
If not, what is the recommended way to say in Makefile.PL and/or Build.PL: I don't require Module::Name version 2.7 but I'd work much faster/better/cleaner if I had it. Shall I install it? regards Gabor