Changeset 246 for trunk/TROUBLESHOOTING

Show
Ignore:
Timestamp:
10/17/03 20:58:18 (5 years ago)
Author:
earle
Message:

Amended Module::Build private directory install instructions to be correct for M::B 0.20.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/TROUBLESHOOTING

    r237 r246  
    55the Module::Build incantation for this is 
    66 
    7   perl Build.PL config=lib=/path/to/my/modules/       # version 0.20 of M::B 
     7  perl Build.PL install_path=lib=/path/to/my/modules/   # version 0.20 of M::B 
    88 
    9   perl Build.PL config='sitelib=/path/to/my/modules/' # version 0.18 of M::B 
     9  perl Build.PL config='sitelib=/path/to/my/modules/'   # version 0.18 of M::B 
    1010 
    1111----------------------------------------------------------------------