PATH:
usr
/
local
/
share
/
perl5
/
ExtUtils
package ExtUtils::MY; use strict; require ExtUtils::MM; our $VERSION = '7.44'; $VERSION =~ tr/_//d; our @ISA = qw(ExtUtils::MM); { package MY; our @ISA = qw(ExtUtils::MY); } sub DESTROY {} =head1 NAME ExtUtils::MY - ExtUtils::MakeMaker subclass for customization =head1 SYNOPSIS # in your Makefile.PL sub MY::whatever { ... } =head1 DESCRIPTION B<FOR INTERNAL USE ONLY> ExtUtils::MY is a subclass of L<ExtUtils::MM>. Its provided in your Makefile.PL for you to add and override MakeMaker functionality. It also provides a convenient alias via the MY class. ExtUtils::MY might turn out to be a temporary solution, but MY won't go away. =cut
[-] Install.pm
[edit]
[-] Mksymlists.pm
[edit]
[-] MM_QNX.pm
[edit]
[-] MANIFEST.SKIP
[edit]
[-] MM_NW5.pm
[edit]
[+]
MakeMaker
[+]
Liblist
[-] MM_Darwin.pm
[edit]
[-] MM_Unix.pm
[edit]
[+]
..
[-] MM_UWIN.pm
[edit]
[-] Command.pm
[edit]
[-] MakeMaker.pm
[edit]
[-] Liblist.pm
[edit]
[-] MY.pm
[edit]
[-] MM_MacOS.pm
[edit]
[-] Manifest.pm
[edit]
[-] MM.pm
[edit]
[-] MM_OS2.pm
[edit]
[-] MM_VOS.pm
[edit]
[+]
Command
[-] MM_Cygwin.pm
[edit]
[-] Installed.pm
[edit]
[-] MM_Win95.pm
[edit]
[-] testlib.pm
[edit]
[-] MM_VMS.pm
[edit]
[-] MM_Any.pm
[edit]
[-] Mkbootstrap.pm
[edit]
[-] MM_BeOS.pm
[edit]
[-] MM_AIX.pm
[edit]
[-] Packlist.pm
[edit]
[-] MM_DOS.pm
[edit]
[-] MM_Win32.pm
[edit]