Changeset 319 for trunk/TROUBLESHOOTING
- Timestamp:
- 01/04/04 00:47:30 (5 years ago)
- Files:
-
- 1 modified
-
trunk/TROUBLESHOOTING (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TROUBLESHOOTING
r271 r319 5 5 the Module::Build incantation for this is 6 6 7 perl Build.PL install_path=lib=/path/to/my/modules/ # version 0.20 of M::B 7 perl Build.PL install_path=lib=/path/to/my/modules/ \ 8 install_path=arch=/path/to/my/modules/auto/ \ 9 install_path=libdoc=/path/to/my/man/ \ 10 install_path=bindoc=/path/to/my/man/ \ 11 install_path=script=/path/to/my/bin/ # version 0.20 of M::B 8 12 9 13 perl Build.PL config='sitelib=/path/to/my/modules/' # version 0.18 of M::B
