Module::Build::Platform::MacOS

Module::Build::Platform::MacOS

NAME

Module::Build::Platform::MacOS - Builder class for MacOS platforms

DESCRIPTION

The sole purpose of this module is to inherit from Module::Build::Base and override a few methods. Please see Module::Build for the docs.

Overridden Methods

  • new()

    MacPerl doesn't define $Config{sitelib} or $Config{sitearch} for some reason, but $Config{installsitelib} and $Config{installsitearch} are there. So we copy the install variables to the other location

  • 登录查看完整内容