Searched defs:ExtUtils (Results 1 - 25 of 33) sorted by relevance
12
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | testlib.pm | 1 package ExtUtils::testlib; 22 ExtUtils::testlib - add blib/* directories to @INC 26 use ExtUtils::testlib; 33 use ExtUtils::testlib;
|
H A D | Liblist.pm | 1 package ExtUtils::Liblist; 7 require ExtUtils::Liblist::Kid; 8 @ISA = qw(ExtUtils::Liblist::Kid File::Spec); 12 goto &ExtUtils::Liblist::Kid::ext; 28 ExtUtils::Liblist - determine libraries to use and how to use them 32 require ExtUtils::Liblist; 37 ExtUtils::Liblist->ext($potential_libs, $verbose, $need_names) 282 L<ExtUtils::MakeMaker>
|
H A D | MM_BeOS.pm | 1 package ExtUtils::MM_BeOS; 5 ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker 9 use ExtUtils::MM_BeOS; # Done internally by ExtUtils::MakeMaker if needed 13 See ExtUtils::MM_Unix for a documentation of the methods provided 23 require ExtUtils::MM_Any; 24 require ExtUtils::MM_Unix; 27 @ISA = qw( ExtUtils::MM_Any ExtUtils [all...] |
H A D | MM_DOS.pm | 1 package ExtUtils::MM_DOS; 8 require ExtUtils::MM_Any; 9 require ExtUtils::MM_Unix; 10 @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); 15 ExtUtils::MM_DOS - DOS specific subclass of ExtUtils::MM_Unix 20 Use ExtUtils::MM and let it choose. 24 This is a subclass of ExtUtils::MM_Unix which contains functionality 27 Unless otherwise stated, it works just like ExtUtils [all...] |
H A D | MM_UWIN.pm | 1 package ExtUtils::MM_UWIN; 7 require ExtUtils::MM_Unix; 8 @ISA = qw(ExtUtils::MM_Unix); 13 ExtUtils::MM_UWIN - U/WIN specific subclass of ExtUtils::MM_Unix 18 Use ExtUtils::MM and let it choose. 22 This is a subclass of ExtUtils::MM_Unix which contains functionality for 25 Unless otherwise stated it works just like ExtUtils::MM_Unix 57 Michael G Schwern <schwern@pobox.com> with code from ExtUtils::MM_Unix 61 L<ExtUtils [all...] |
H A D | MY.pm | 1 package ExtUtils::MY; 4 require ExtUtils::MM; 8 @ISA = qw(ExtUtils::MM); 13 @ISA = qw(ExtUtils::MY); 21 ExtUtils::MY - ExtUtils::MakeMaker subclass for customization 34 ExtUtils::MY is a subclass of ExtUtils::MM. Its provided in your 39 ExtUtils::MY might turn out to be a temporary solution, but MY won't
|
H A D | Mkbootstrap.pm | 1 package ExtUtils::Mkbootstrap; 51 print BS "# Mkbootstrap routine in ExtUtils::Mkbootstrap (v$VERSION).\n"; 73 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader 90 ExtUtils::Liblist::ext(). If this array still is empty, we do nothing,
|
H A D | MM.pm | 1 package ExtUtils::MM; 8 require ExtUtils::Liblist; 9 require ExtUtils::MakeMaker; 11 @ISA = qw(ExtUtils::Liblist ExtUtils::MakeMaker); 15 ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass 19 require ExtUtils::MM; 26 ExtUtils::MM is a subclass of ExtUtils [all...] |
H A D | MM_Cygwin.pm | 1 package ExtUtils::MM_Cygwin; 9 require ExtUtils::MM_Any; 10 require ExtUtils::MM_Unix; 11 @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); 18 ExtUtils::MM_Cygwin - methods to override UN*X behaviour in ExtUtils::MakeMaker 22 use ExtUtils::MM_Cygwin; # Done internally by ExtUtils::MakeMaker if needed 26 See ExtUtils [all...] |
H A D | Mksymlists.pm | 1 package ExtUtils::Mksymlists; 166 require ExtUtils::XSSymSet; 169 my($set) = new ExtUtils::XSSymSet; 207 ExtUtils::Mksymlists - write linker options files for dynamic extension 211 use ExtUtils::Mksymlists; 219 C<ExtUtils::Mksymlists> produces files used by the linker under some OSs 223 C<Mksymlists>, which is exported by default from C<ExtUtils::Mksymlists>.
|
H A D | MM_NW5.pm | 1 package ExtUtils::MM_NW5; 5 ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker 9 use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if needed 13 See ExtUtils::MM_Unix for a documentation of the methods provided 30 require ExtUtils::MM_Win32; 31 @ISA = qw(ExtUtils::MM_Win32); 33 use ExtUtils::MakeMaker qw( &neatvalue );
|
H A D | MM_OS2.pm | 1 package ExtUtils::MM_OS2; 6 use ExtUtils::MakeMaker qw(neatvalue); 11 require ExtUtils::MM_Any; 12 require ExtUtils::MM_Unix; 13 @ISA = qw(ExtUtils::MM_Any ExtUtils::MM_Unix); 19 ExtUtils::MM_OS2 - methods to override UN*X behaviour in ExtUtils::MakeMaker 23 use ExtUtils::MM_OS2; # Done internally by ExtUtils [all...] |
H A D | Install.pm | 1 package ExtUtils::Install; 28 ExtUtils::Install - install files from here to there 32 use ExtUtils::Install; 47 ExtUtils::MakeMaker handles the installation and deinstallation of 87 use ExtUtils::Packlist; 96 my($packlist) = ExtUtils::Packlist->new(); 313 use ExtUtils::Packlist; 319 # my $my_req = $self->catfile(qw(auto ExtUtils Install forceunlink.al)); 321 my ($packlist) = ExtUtils::Packlist->new($fil); 364 $Inc_uninstall_warn_handler ||= new ExtUtils [all...] |
H A D | Command.pm | 1 package ExtUtils::Command; 20 ExtUtils::Command - utilities to replace common UNIX commands in Makefiles etc. 212 ExtUtils::MakeMaker, ExtUtils::MM_Unix, ExtUtils::MM_Win32
|
H A D | Constant.pm | 1 package ExtUtils::Constant; 7 ExtUtils::Constant - generate XS code to import C header constants 11 use ExtUtils::Constant qw (WriteConstants); 21 ExtUtils::Constant facilitates generating C and XS wrapper code to allow 554 tie %spread, 'ExtUtils::Constant::Aaargh56Hash'; 629 warn "ExtUtils::Constant doesn't know how to handle values of type $_" unless defined $XS_Constant{$_}; 767 use ExtUtils::Constant qw (constant_types C_constant XS_constant); 936 tie %$items, 'ExtUtils::Constant::Aaargh56Hash'; 971 warn "ExtUtils::Constant doesn't know how to handle values of type $_ used in macro $name" unless defined $XS_Constant{$item->{type}}; 1327 ExtUtils [all...] |
H A D | Installed.pm | 1 package ExtUtils::Installed; 6 use ExtUtils::Packlist; 7 use ExtUtils::MakeMaker; 100 ExtUtils::Packlist->new( File::Spec->catfile($archlib, '.packlist') ); 123 require ExtUtils::MM; 131 ExtUtils::Packlist->new($File::Find::name); 245 ExtUtils::Installed - Inventory management of installed modules 249 use ExtUtils::Installed; 250 my ($inst) = ExtUtils::Installed->new(); 261 ExtUtils [all...] |
H A D | MM_Win95.pm | 1 package ExtUtils::MM_Win95; 6 require ExtUtils::MM_Win32; 7 @ISA = qw(ExtUtils::MM_Win32); 16 ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X 24 This is a subclass of ExtUtils::MM_Win32 containing changes necessary
|
H A D | Embed.pm | 4 package ExtUtils::Embed; 12 #require ExtUtils::MakeMaker; 13 #require ExtUtils::Liblist; 29 #require ExtUtils::Miniperl; 30 #*canon = \&ExtUtils::Miniperl::canon; 166 require ExtUtils::MakeMaker; 167 require ExtUtils::Liblist; 284 ExtUtils::Embed - Utilities for embedding Perl in C/C++ applications 295 ExtUtils::Embed provides utility functions for embedding a Perl interpreter 297 Typically, an application B<Makefile> will invoke ExtUtils [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/ |
H A D | bytes.pm | 1 package ExtUtils::MakeMaker::bytes; 22 ExtUtils::MakeMaker::bytes - Version agnostic bytes.pm 35 ExtUtils::MakeMaker::bytes is just a very thin wrapper around bytes
|
H A D | vmsish.pm | 1 package ExtUtils::MakeMaker::vmsish; 25 ExtUtils::MakeMaker::vmsish - Platform agnostic vmsish.pm 35 makes ExtUtils::MM_VMS very hard to test. 37 ExtUtils::MakeMaker::vmsish is just a very thin wrapper around vmsish
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | minimod.pl | 2 # ExtUtils::Miniperl for later perusal (when the perl source is 23 package ExtUtils::Miniperl; 109 ExtUtils::Miniperl, writemain - write the C code for perlmain.c 113 C<use ExtUtils::Miniperl;> 130 ExtUtils::MakeMaker. So under normal circumstances you won't have to 135 L<ExtUtils::MakeMaker>
|
/osnet-11/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/ |
H A D | MM.pm | 1 package ExtUtils::MM; 8 require ExtUtils::Liblist; 11 # require ExtUtils::MakeMaker; 13 use ExtUtils::MakeMaker qw($Verbose); 15 @ISA = qw(ExtUtils::Liblist ExtUtils::MakeMaker); 19 ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass 23 require ExtUtils::MM; 30 ExtUtils [all...] |
H A D | MM_Solaris_ON.pm | 41 # Plug into Makemaker - see ExtUtils::MM_*.pm 42 package ExtUtils::MM_Solaris_ON; 47 require ExtUtils::MM_Any; 48 require ExtUtils::MM_Unix; 49 @ISA = qw(ExtUtils::MM_Any ExtUtils::MM_Unix); 50 use ExtUtils::MakeMaker qw(&neatvalue); 56 # WriteMakefile and command line versions. See ExtUtils::MakeMaker.pm for 63 $real_parse_args = *ExtUtils::MakeMaker::parse_args{CODE}; 65 *ExtUtils [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/ |
H A D | MM.pm | 1 package ExtUtils::Command::MM; 18 ExtUtils::Command::MM - Commands for the MM's to use in Makefiles 29 ExtUtils::Command::MM encapsulates code which would otherwise have to 224 A wrapper around ExtUtils::Install::uninstall(). Warns that 233 require ExtUtils::Install; 242 ExtUtils::Install::uninstall($packlist, 1, 1);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/ |
H A D | Kid.pm | 1 package ExtUtils::Liblist::Kid;
|
Completed in 67 milliseconds
12