in reply to Re: Bundling a module with a distribution
in thread Bundling a module with a distribution (cross-platform)
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Bundling a module with a distribution
by tinita (Parson) on Dec 30, 2004 at 15:32 UTC |