Revert "Roll NDK to r11c and extract it into its own repository."
[android_tools.git] / ndk / prebuilt / linux-x86_64 / lib / perl5 / 5.16.2 / ExtUtils / MY.pm
blob92d4da0a4b96a732ac06d7c0b947bef272448ce7
1 package ExtUtils::MY;
3 use strict;
4 require ExtUtils::MM;
6 our $VERSION = '6.63_02';
7 our @ISA = qw(ExtUtils::MM);
10 package MY;
11 our @ISA = qw(ExtUtils::MY);
14 sub DESTROY {}
17 =head1 NAME
19 ExtUtils::MY - ExtUtils::MakeMaker subclass for customization
21 =head1 SYNOPSIS
23 # in your Makefile.PL
24 sub MY::whatever {
25 ...
28 =head1 DESCRIPTION
30 B<FOR INTERNAL USE ONLY>
32 ExtUtils::MY is a subclass of ExtUtils::MM. Its provided in your
33 Makefile.PL for you to add and override MakeMaker functionality.
35 It also provides a convenient alias via the MY class.
37 ExtUtils::MY might turn out to be a temporary solution, but MY won't
38 go away.
40 =cut