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

Replies are listed 'Best First'.
Re: Build.PL HOWTO
by Khen1950fx (Canon) on Mar 26, 2007 at 23:36 UTC
      But that is by file type.
      I have a whole hierachy, and I want to copy all the files in it.