Changeset 319 for trunk/TROUBLESHOOTING

Show
Ignore:
Timestamp:
01/04/04 00:47:30 (5 years ago)
Author:
dom
Message:

Doc fixes: copyright date in README, TROUBLESHOOTING private dir advice.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/TROUBLESHOOTING

    r271 r319  
    55the Module::Build incantation for this is 
    66 
    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 
    812 
    913  perl Build.PL config='sitelib=/path/to/my/modules/'   # version 0.18 of M::B