$Id$ /framework/perl This section holds the following subdirectories: - cipres: perl cipres bindings (includes sdk, end user api) - cope: corba/perl libraries (orb, etc.) - phylo: perl-ish set of libraries for handling trees, taxa and matrices - doc: autogenerated documentation (typically this is empty, will be written to by 'perl Build html') - bundle: listing of prerequisites as a cpan bundle (not used from source tree, is mirrored on cpan) - cdat: character data and tree project files - cpan: minimal local cpan repository for installs behind firewalls - inc: help files for installer Installing CIPRES libraries Here's what I do: $ perl Makefile.PL --cpan-local-mirror=C:\CIPRESwin\cipres-and-deps\cipres\framework\perl\cpan --config-cpan --cpan-build-dir=%TMP%/build --keep-source-where=%TMP%/sources --verbose --prefix=C:\CIPRESwin\cipres-and-deps\cipres\build\lib\perl Try "perl Makefile.PL --help" for more info. You can test how command line switches are processed by using "perl Makefile.PL --help [OPTION=VALUE [OPTION=VALUE]]", e.g. to see how destination paths are constructed, try "perl Makefile.PL --prefix=$SOME_PATH --help"