peterg has asked for the wisdom of the Perl Monks concerning the following question:
I have a number of files in the lib directory, with a mixed bag of non-standard extensions, and I need to copy the files to the blib directory with the command Build dist. Thereafter, the files need to be copied to the install directory with Build install.
Can someone show me the Correct Way To Do It for Build.PL? I have RTFM but I can't figure out how to do it.
Thanks,
Peter