1ExtUtils::MY(3) User Contributed Perl Documentation ExtUtils::MY(3)
2
3
4
6 ExtUtils::MY - ExtUtils::MakeMaker subclass for customization
7
9 # in your Makefile.PL
10 sub MY::whatever {
11 ...
12 }
13
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.30.1 2020-01-30 ExtUtils::MY(3)