How do I start a new Perl module distribution?
问题 I'm trying to set up a large-ish project, written in Perl. The IBM MakeMaker tutorial has been very helpful so far, but I don't understand how to link all the modules into the main program. In my project root, I have MANIFEST , Makefile.PL , README , a bin directory, and a lib directory. In my bin directory, I have my main script ( Main.pl ). In the lib directory, I have each of my modules, divided up into their own respective directories (i.e. Utils::Util1 and Utils::Utils2 in the utils