8.71. ExtUtils::InstallUsed by MakeMaker for handling the platform-dependent installation and deinstallation of modules; not meant to provide general-purpose tools. Exports the following functions.
install (\hashref, verbose, nonono) Installs files. Takes the following arguments:
install_default ([fullext]) Calls install with the same arguments as the MakeMaker defaults. Takes zero or one argument. With no argument, it treats $ARGV[0] as the argument. If present, the argument contains the value of MakeMaker's FULLEXT key.
pm_to_blib (\hashref[, dir]) Takes a hash reference as the first argument and copies all the keys of the hash to the corresponding values. Filenames with the .pm extension are autosplit. The optional second argument is the autosplit directory.
uninstall (packlistfile, verbose, nonono) Uninstalls files. Takes the following arguments:
Copyright © 2002 O'Reilly & Associates. All rights reserved. |
|