diff options
author | Yves Orton <demerphq@gemini.(none)> | 2009-07-27 23:51:07 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gemini.(none)> | 2009-07-27 23:51:14 +0200 |
commit | 16f0d0fcc43b16d1afa4a05a4599655310733b2c (patch) | |
tree | 005cb8f021017ef7f7ed1534fa99402281523494 /MANIFEST | |
parent | 031cefa092a35217a3ac4abe595ffb31b4d6ec81 (diff) | |
download | perl-16f0d0fcc43b16d1afa4a05a4599655310733b2c.tar.gz |
cleanup the EUI/EUMM test mess, and bump Install.pm to 1.54
This removes lib/ExtUtils/t/basic.pl and t/basic_finish.pl, and
replaces them with the EUI specific t/InstallWithMM.t. The
version bump is purely to allow the release the new version on
CPAN and to make it possible to include a non dev release in
Perl 5.10.1 if Dave wants to.
Note that while there are no real code changes in this commit I
did trim whitespace from Install.pm, so if you want to see the
real diff here please use diff -w.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2219,9 +2219,7 @@ lib/ExtUtils/README MakeMaker README lib/ExtUtils/t/00compile.t See if MakeMaker modules compile lib/ExtUtils/t/arch_check.t Test MakeMaker's arch_check() lib/ExtUtils/t/backwards.t Check MakeMaker's backwards compatibility -lib/ExtUtils/t/basic_finish.pl See if MakeMaker can build a module (part 2) -lib/ExtUtils/t/basic.pl See if MakeMaker can build a module (part 1) -lib/ExtUtils/t/basic.t See if MakeMaker can build a module (wrapper for basic.pl and basic_finish.pl) +lib/ExtUtils/t/basic.t See if MakeMaker can build a module lib/ExtUtils/t/build_man.t Set if MakeMaker builds manpages lib/ExtUtils/t/can_write_dir.t Does the _can_write_dir function of ExtUtils::Install work properly? lib/ExtUtils/t/cd.t Test to see cd works @@ -2241,6 +2239,7 @@ lib/ExtUtils/t/INSTALL_BASE.t Test INSTALL_BASE in MakeMaker lib/ExtUtils/t/installed_file.t Test for ExtUtils::MakeMaker lib/ExtUtils/t/Installed.t See if ExtUtils::Installed works lib/ExtUtils/t/Install.t See if ExtUtils::Install works +lib/ExtUtils/t/InstallWithMM.t See if ExtUtils::Install works (related to EUMM/t/basic.t) lib/ExtUtils/t/INST_PREFIX.t See if MakeMaker can apply PREFIXs lib/ExtUtils/t/INST.t Check MakeMaker INST_* macros lib/ExtUtils/t/is_of_type.t Test for ExtUtils::MakeMaker |