Extutils-Install

ExtUtils::Install(3p) Perl Programmers Reference Guide ExtUtils::Install(3p)

Extutils-Install

ExtUtils::Install(3p) Perl Programmers Reference Guide ExtUtils::Install(3p) # ExtUtils::Install(3p) Perl Programmers Reference Guide ExtUtils::Install(3p) NNAAMMEE # ExtUtils::Install - install files from here to there SSYYNNOOPPSSIISS # use ExtUtils::Install; install({ 'blib/lib' => 'some/install/dir' } ); uninstall($packlist); pm_to_blib({ 'lib/Foo/Bar.pm' => 'blib/lib/Foo/Bar.pm' }); VVEERRSSIIOONN # 2.20 DDEESSCCRRIIPPTTIIOONN # Handles the installing and uninstalling of perl modules, scripts, man pages, etc... Both iinnssttaallll(()) and uunniinnssttaallll(()) are specific to the way ExtUtils::MakeMaker handles the installation and deinstallation of perl modules. ...