Searched defs:ExtUtils (Results 26 - 33 of 33) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm1 package ExtUtils::Packlist;
172 ExtUtils::Packlist - manage .packlist files
176 use ExtUtils::Packlist;
177 my ($pl) = ExtUtils::Packlist->new('.packlist');
189 ExtUtils::Packlist provides a standard way to manage .packlist files.
253 use ExtUtils::Packlist;
254 use ExtUtils::Installed;
266 my $installed = ExtUtils::Installed->new();
H A DMM_Win32.pm1 package ExtUtils::MM_Win32;
8 ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker
12 use ExtUtils::MM_Win32; # Done internally by ExtUtils::MakeMaker if needed
16 See ExtUtils::MM_Unix for a documentation of the methods provided
25 use ExtUtils::MakeMaker qw( neatvalue );
29 require ExtUtils::MM_Any;
30 require ExtUtils::MM_Unix;
31 @ISA = qw( ExtUtils
[all...]
H A DManifest.pm1 package ExtUtils::Manifest;
39 ExtUtils::Manifest - utilities to write and check a MANIFEST file
43 use ExtUtils::Manifest qw(...funcs to import...);
65 ExtUtils::Manifest exports no functions by default. The following are
436 croak("ExtUtils::Manifest::cp_if_diff " .
630 C<$ExtUtils::Manifest::MANIFEST> defaults to C<MANIFEST>. Changing it
636 C<$ExtUtils::Manifest::Quiet> defaults to 0. If set to a true value,
639 C<$ExtUtils::Manifest::Debug> defaults to 0. If set to a true value,
685 L<ExtUtils::MakeMaker> which has handy targets for most of the functionality.
H A DMM_Any.pm1 package ExtUtils::MM_Any;
14 ExtUtils::MM_Any - Platform-agnostic MM methods
20 package ExtUtils::MM_SomeOS;
23 require ExtUtils::MM_Any;
24 require ExtUtils::MM_Unix;
25 @ISA = qw(ExtUtils::MM_Any ExtUtils::Unix);
31 ExtUtils::MM_Any is a superclass for the ExtUtils::MM_* set of
35 Subclass off of ExtUtils
[all...]
H A DMM_MacOS.pm4 # built-in ExtUtils::MM_Unix methods if MakeMaker.pm is run under MacOS.
9 package ExtUtils::MM_MacOS;
10 require ExtUtils::MM_Any;
11 require ExtUtils::MM_Unix;
12 @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
25 use ExtUtils::MakeMaker qw($Verbose &neatvalue);
29 ExtUtils::MM_MacOS - methods to override UN*X behaviour in ExtUtils::MakeMaker
33 use ExtUtils
[all...]
H A DMakeMaker.pm1 package ExtUtils::MakeMaker;
37 require ExtUtils::MM; # Things like CPAN assume loading ExtUtils::MakeMaker
40 require ExtUtils::MY; # XXX pre-5.8 versions of ExtUtils::Embed expect
41 # loading ExtUtils::MakeMaker will give them MY.
48 require ExtUtils::MY;
433 require ExtUtils::MY;
647 require ExtUtils::Manifest;
649 $ExtUtils
[all...]
H A DMM_Unix.pm1 package ExtUtils::MM_Unix;
21 use ExtUtils::MakeMaker qw($Verbose neatvalue);
25 require ExtUtils::MM_Any;
26 @ISA = qw(ExtUtils::MM_Any);
48 ExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker
52 C<require ExtUtils::MM_Unix;>
57 conjunction with ExtUtils::MakeMaker. When MakeMaker writes a
60 ISA ExtUtils::MM_Unix class. The inheritance tree of MM lets operating
64 ExtUtils
[all...]
H A DMM_VMS.pm6 package ExtUtils::MM_VMS;
26 require ExtUtils::MM_Any;
27 require ExtUtils::MM_Unix;
28 @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
30 use ExtUtils::MakeMaker qw($Verbose neatvalue);
35 ExtUtils::MM_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker
40 Instead, use ExtUtils::MM and it will figure out which MM_*
45 See ExtUtils
[all...]

Completed in 21 milliseconds

12