1ExtUtils::MY(3)       User Contributed Perl Documentation      ExtUtils::MY(3)
2
3
4

NAME

6       ExtUtils::MY - ExtUtils::MakeMaker subclass for customization
7

SYNOPSIS

9         # in your Makefile.PL
10         sub MY::whatever {
11             ...
12         }
13

DESCRIPTION

15       FOR INTERNAL USE ONLY
16
17       ExtUtils::MY is a subclass of ExtUtils::MM.  Its provided in your
18       Makefile.PL for you to add and override MakeMaker functionality.
19
20       It also provides a convenient alias via the MY class.
21
22       ExtUtils::MY might turn out to be a temporary solution, but MY won't go
23       away.
24
25
26
27perl v5.26.3                      2018-03-19                   ExtUtils::MY(3)
Impressum