You're right, of course. At the time of writing, I was unsure of where make puts the files that are to become installed. They can be found in the blib directory.
When I make install run perl Makefile.PL with the PREFIX option and then make install, it creates the whole architecture dependent tree within Modules, sort of like Modules/Library/Perl/5.8.1/darwin-thread-multi-2level, which isn't what I wanted. That's why I decided to copy the files by hand.
Update: Noticed mixup with make install.
|