cpan/ExtUtils-CBuilder/t/00-have-compiler.t ExtUtils::CBuilder tests
cpan/ExtUtils-CBuilder/t/01-basic.t tests for ExtUtils::CBuilder
cpan/ExtUtils-CBuilder/t/02-link.t tests for ExtUtils::CBuilder
+cpan/ExtUtils-MakeMaker/bin/instmodsh Give information about installed extensions
+cpan/ExtUtils-MakeMaker/Changes MakeMaker change log
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm Does the real work of the above
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm Locates libraries
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm MakeMaker wrapper for Config
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod MakeMaker FAQ
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker)
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm MakeMaker methods for AIX
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm MakeMaker methods for Any OS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm MakeMaker methods for BeOS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm MakeMaker methods for Cygwin
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm MakeMaker methods for Darwin
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm MakeMaker methods for DOS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm MakeMaker methods for MacOS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm MakeMaker methods for NetWare
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm MakeMaker methods for OS/2
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm MakeMaker adaptor class
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm MakeMaker methods for QNX
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm MakeMaker methods for Unix
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm MakeMaker methods for U/WIN
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm MakeMaker methods for VMS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm MakeMaker methods for VOS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm MakeMaker methods for Win32
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm MakeMaker methods for Win95
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm MakeMaker user override class
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension
+cpan/ExtUtils-MakeMaker/MANIFEST ExtUtils::MakeMaker MANIFEST
+cpan/ExtUtils-MakeMaker/NOTES Notes about MakeMaker internals
+cpan/ExtUtils-MakeMaker/PATCHING Suggestions for patching MakeMaker
+cpan/ExtUtils-MakeMaker/README MakeMaker README
+cpan/ExtUtils-MakeMaker/t/00compile.t See if MakeMaker modules compile
+cpan/ExtUtils-MakeMaker/t/arch_check.t Test MakeMaker's arch_check()
+cpan/ExtUtils-MakeMaker/t/backwards.t Check MakeMaker's backwards compatibility
+cpan/ExtUtils-MakeMaker/t/basic.t See if MakeMaker can build a module
+cpan/ExtUtils-MakeMaker/t/build_man.t Set if MakeMaker builds manpages
+cpan/ExtUtils-MakeMaker/t/cd.t Test to see cd works
+cpan/ExtUtils-MakeMaker/t/config.t Test ExtUtils::MakeMaker::Config
+cpan/ExtUtils-MakeMaker/t/dir_target.t Verify if dir_target() is supported
+cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t See if FIRST_MAKEFILE works
+cpan/ExtUtils-MakeMaker/t/fixin.t See if ExtUtils::MakeMaker works
+cpan/ExtUtils-MakeMaker/t/fix_libs.t Test for ExtUtils::MakeMaker
+cpan/ExtUtils-MakeMaker/t/hints.t See if hint files are honored.
+cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t Test INSTALL_BASE in MakeMaker
+cpan/ExtUtils-MakeMaker/t/installed_file.t Test for ExtUtils::MakeMaker
+cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t See if MakeMaker can apply PREFIXs
+cpan/ExtUtils-MakeMaker/t/INST.t Check MakeMaker INST_* macros
+cpan/ExtUtils-MakeMaker/t/is_of_type.t Test for ExtUtils::MakeMaker
+cpan/ExtUtils-MakeMaker/t/Liblist.t See if ExtUtils::Liblist works
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/MPV.pm MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/PL_FILES.pm MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Problem.pm MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Recurs.pm MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm Testing library for dummy input handles
+cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm Testing library to capture prints
+cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t test "MakeMaker Parameters" section
+cpan/ExtUtils-MakeMaker/t/make.t See if make detection works
+cpan/ExtUtils-MakeMaker/t/maketext_filter.t See if maketext_filter works
+cpan/ExtUtils-MakeMaker/t/metafile_data.t See if META.yml handling works
+cpan/ExtUtils-MakeMaker/t/metafile_file.t See if META.yml handling works
+cpan/ExtUtils-MakeMaker/t/miniperl.t Test MakeMaker with miniperl
+cpan/ExtUtils-MakeMaker/t/min_perl_version.t Test the MIN_PERL_VERSION argument to WriteMakefile.
+cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works
+cpan/ExtUtils-MakeMaker/t/MM_Any.t See if ExtUtils::MM_Any works
+cpan/ExtUtils-MakeMaker/t/MM_BeOS.t See if ExtUtils::MM_BeOS works
+cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t See if ExtUtils::MM_Cygwin works
+cpan/ExtUtils-MakeMaker/t/MM_NW5.t See if ExtUtils::MM_NW5 works
+cpan/ExtUtils-MakeMaker/t/MM_OS2.t See if ExtUtils::MM_OS2 works
+cpan/ExtUtils-MakeMaker/t/MM_Unix.t See if ExtUtils::MM_UNIX works
+cpan/ExtUtils-MakeMaker/t/MM_VMS.t See if ExtUtils::MM_VMS works
+cpan/ExtUtils-MakeMaker/t/MM_Win32.t See if ExtUtils::MM_Win32 works
+cpan/ExtUtils-MakeMaker/TODO Things TODO in MakeMaker
+cpan/ExtUtils-MakeMaker/t/oneliner.t See if MM can generate perl one-liners
+cpan/ExtUtils-MakeMaker/t/parse_version.t See if parse_version works
+cpan/ExtUtils-MakeMaker/t/PL_FILES.t Test PL_FILES in MakeMaker
+cpan/ExtUtils-MakeMaker/t/pm.t See if MakeMaker can handle PM
+cpan/ExtUtils-MakeMaker/t/pm_to_blib.t Test for ExtUtils::MakeMaker
+cpan/ExtUtils-MakeMaker/t/pod2man.t See if MakeMaker can handle no pod2man
+cpan/ExtUtils-MakeMaker/t/postamble.t See if postamble works
+cpan/ExtUtils-MakeMaker/t/prefixify.t See if MakeMaker can apply a PREFIX
+cpan/ExtUtils-MakeMaker/t/prereq_print.t See if PREREQ_PRINT works
+cpan/ExtUtils-MakeMaker/t/prereq.t See if MakeMaker works
+cpan/ExtUtils-MakeMaker/t/problems.t How MakeMaker reacts to build problems
+cpan/ExtUtils-MakeMaker/t/prompt.t See if E::MM::prompt() works
+cpan/ExtUtils-MakeMaker/t/recurs.t See if recursive builds work
+cpan/ExtUtils-MakeMaker/t/revision.t See if $Revision is correct
+cpan/ExtUtils-MakeMaker/t/split_command.t See if MM's xargs-like function works
+cpan/ExtUtils-MakeMaker/t/test_boilerplate.t MakeMaker test
+cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm test data for MakeMaker
+cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm test data for MakeMaker
+cpan/ExtUtils-MakeMaker/t/testlib.t See if ExtUtils::testlib works
+cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t See if MakeMaker's VERSION_FROM works
+cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t See if WriteEmptyMakefile works
+cpan/ExtUtils-MakeMaker/t/writemakefile_args.t See if WriteMakefile works
+cpan/ExtUtils-MakeMaker/t/xs.t Part of MakeMaker's test suite
cpan/ExtUtils-ParseXS/Changes ExtUtils::ParseXS change log
cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm converts Perl XS code into C code
cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp External subroutine preprocessor
ext/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants
ext/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm generate XS code to import C header constants
ext/ExtUtils-Constant/t/Constant.t See if ExtUtils::Constant works
-ext/ExtUtils-MakeMaker/bin/instmodsh Give information about installed extensions
-ext/ExtUtils-MakeMaker/Changes MakeMaker change log
-ext/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line
-ext/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm Does the real work of the above
-ext/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm Locates libraries
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm MakeMaker wrapper for Config
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod MakeMaker FAQ
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker
-ext/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker)
-ext/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm MakeMaker methods for AIX
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm MakeMaker methods for Any OS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm MakeMaker methods for BeOS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm MakeMaker methods for Cygwin
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm MakeMaker methods for Darwin
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm MakeMaker methods for DOS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm MakeMaker methods for MacOS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm MakeMaker methods for NetWare
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm MakeMaker methods for OS/2
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm MakeMaker adaptor class
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm MakeMaker methods for QNX
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm MakeMaker methods for Unix
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm MakeMaker methods for U/WIN
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm MakeMaker methods for VMS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm MakeMaker methods for VOS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm MakeMaker methods for Win32
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm MakeMaker methods for Win95
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm MakeMaker user override class
-ext/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension
-ext/ExtUtils-MakeMaker/MANIFEST ExtUtils::MakeMaker MANIFEST
-ext/ExtUtils-MakeMaker/NOTES Notes about MakeMaker internals
-ext/ExtUtils-MakeMaker/PATCHING Suggestions for patching MakeMaker
-ext/ExtUtils-MakeMaker/README MakeMaker README
-ext/ExtUtils-MakeMaker/t/00compile.t See if MakeMaker modules compile
-ext/ExtUtils-MakeMaker/t/arch_check.t Test MakeMaker's arch_check()
-ext/ExtUtils-MakeMaker/t/backwards.t Check MakeMaker's backwards compatibility
-ext/ExtUtils-MakeMaker/t/basic.t See if MakeMaker can build a module
-ext/ExtUtils-MakeMaker/t/build_man.t Set if MakeMaker builds manpages
-ext/ExtUtils-MakeMaker/t/cd.t Test to see cd works
-ext/ExtUtils-MakeMaker/t/config.t Test ExtUtils::MakeMaker::Config
-ext/ExtUtils-MakeMaker/t/dir_target.t Verify if dir_target() is supported
-ext/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t See if FIRST_MAKEFILE works
-ext/ExtUtils-MakeMaker/t/fixin.t See if ExtUtils::MakeMaker works
-ext/ExtUtils-MakeMaker/t/fix_libs.t Test for ExtUtils::MakeMaker
-ext/ExtUtils-MakeMaker/t/hints.t See if hint files are honored.
-ext/ExtUtils-MakeMaker/t/INSTALL_BASE.t Test INSTALL_BASE in MakeMaker
-ext/ExtUtils-MakeMaker/t/installed_file.t Test for ExtUtils::MakeMaker
-ext/ExtUtils-MakeMaker/t/INST_PREFIX.t See if MakeMaker can apply PREFIXs
-ext/ExtUtils-MakeMaker/t/INST.t Check MakeMaker INST_* macros
-ext/ExtUtils-MakeMaker/t/is_of_type.t Test for ExtUtils::MakeMaker
-ext/ExtUtils-MakeMaker/t/Liblist.t See if ExtUtils::Liblist works
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/MPV.pm MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/PL_FILES.pm MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Problem.pm MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Recurs.pm MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/TieIn.pm Testing library for dummy input handles
-ext/ExtUtils-MakeMaker/t/lib/TieOut.pm Testing library to capture prints
-ext/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t test "MakeMaker Parameters" section
-ext/ExtUtils-MakeMaker/t/make.t See if make detection works
-ext/ExtUtils-MakeMaker/t/maketext_filter.t See if maketext_filter works
-ext/ExtUtils-MakeMaker/t/metafile_data.t See if META.yml handling works
-ext/ExtUtils-MakeMaker/t/metafile_file.t See if META.yml handling works
-ext/ExtUtils-MakeMaker/t/miniperl.t Test MakeMaker with miniperl
-ext/ExtUtils-MakeMaker/t/min_perl_version.t Test the MIN_PERL_VERSION argument to WriteMakefile.
-ext/ExtUtils-MakeMaker/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works
-ext/ExtUtils-MakeMaker/t/MM_Any.t See if ExtUtils::MM_Any works
-ext/ExtUtils-MakeMaker/t/MM_BeOS.t See if ExtUtils::MM_BeOS works
-ext/ExtUtils-MakeMaker/t/MM_Cygwin.t See if ExtUtils::MM_Cygwin works
-ext/ExtUtils-MakeMaker/t/MM_NW5.t See if ExtUtils::MM_NW5 works
-ext/ExtUtils-MakeMaker/t/MM_OS2.t See if ExtUtils::MM_OS2 works
-ext/ExtUtils-MakeMaker/t/MM_Unix.t See if ExtUtils::MM_UNIX works
-ext/ExtUtils-MakeMaker/t/MM_VMS.t See if ExtUtils::MM_VMS works
-ext/ExtUtils-MakeMaker/t/MM_Win32.t See if ExtUtils::MM_Win32 works
-ext/ExtUtils-MakeMaker/TODO Things TODO in MakeMaker
-ext/ExtUtils-MakeMaker/t/oneliner.t See if MM can generate perl one-liners
-ext/ExtUtils-MakeMaker/t/parse_version.t See if parse_version works
-ext/ExtUtils-MakeMaker/t/PL_FILES.t Test PL_FILES in MakeMaker
-ext/ExtUtils-MakeMaker/t/pm.t See if MakeMaker can handle PM
-ext/ExtUtils-MakeMaker/t/pm_to_blib.t Test for ExtUtils::MakeMaker
-ext/ExtUtils-MakeMaker/t/pod2man.t See if MakeMaker can handle no pod2man
-ext/ExtUtils-MakeMaker/t/postamble.t See if postamble works
-ext/ExtUtils-MakeMaker/t/prefixify.t See if MakeMaker can apply a PREFIX
-ext/ExtUtils-MakeMaker/t/prereq_print.t See if PREREQ_PRINT works
-ext/ExtUtils-MakeMaker/t/prereq.t See if MakeMaker works
-ext/ExtUtils-MakeMaker/t/problems.t How MakeMaker reacts to build problems
-ext/ExtUtils-MakeMaker/t/prompt.t See if E::MM::prompt() works
-ext/ExtUtils-MakeMaker/t/recurs.t See if recursive builds work
-ext/ExtUtils-MakeMaker/t/revision.t See if $Revision is correct
-ext/ExtUtils-MakeMaker/t/split_command.t See if MM's xargs-like function works
-ext/ExtUtils-MakeMaker/t/test_boilerplate.t MakeMaker test
-ext/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm test data for MakeMaker
-ext/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm test data for MakeMaker
-ext/ExtUtils-MakeMaker/t/testlib.t See if ExtUtils::testlib works
-ext/ExtUtils-MakeMaker/t/VERSION_FROM.t See if MakeMaker's VERSION_FROM works
-ext/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t See if WriteEmptyMakefile works
-ext/ExtUtils-MakeMaker/t/writemakefile_args.t See if WriteMakefile works
-ext/ExtUtils-MakeMaker/t/xs.t Part of MakeMaker's test suite
-ext/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files
-ext/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP
-ext/ExtUtils-Manifest/t/Manifest.t See if ExtUtils::Manifest works
+ext/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files
+ext/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP
+ext/ExtUtils-Manifest/t/Manifest.t See if ExtUtils::Manifest works
ext/Fcntl/Fcntl.pm Fcntl extension Perl module
ext/Fcntl/Fcntl.xs Fcntl extension external subroutines
ext/Fcntl/Makefile.PL Fcntl extension makefile writer