diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-27 18:37:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-27 18:37:45 +0000 |
commit | 84a725ce7fe8d91d8384edf0aeea552b4d19c40e (patch) | |
tree | 02119e59ddd6e40cf0f4eabe2cf452efdb89773d /MANIFEST | |
parent | bd6c346e4e3690246a860f9d51da416c9ee28c92 (diff) | |
download | perl-84a725ce7fe8d91d8384edf0aeea552b4d19c40e.tar.gz |
Missing MakeMaker test.
p4raw-id: //depot/perl@20237
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1141,10 +1141,11 @@ lib/ExtUtils/t/MM_VMS.t See if ExtUtils::MM_VMS works lib/ExtUtils/t/MM_Win32.t See if ExtUtils::MM_Win32 works lib/ExtUtils/t/oneliner.t See if MM can generate perl one-liners lib/ExtUtils/t/Packlist.t See if Packlist works +lib/ExtUtils/t/postamble.t See if postamble works lib/ExtUtils/t/prefixify.t See if MakeMaker can apply a PREFIX lib/ExtUtils/t/problems.t How MakeMaker reacts to build problems lib/ExtUtils/t/prompt.t See if E::MM::prompt() works -lib/ExtUtils/t/recurs.t See if recursive builds work +lib/ExtUtils/t/recurs.t See if recursive builds work lib/ExtUtils/t/split_command.t See if MM's xargs-like function works lib/ExtUtils/t/testlib.t See if ExtUtils::testlib works lib/ExtUtils/t/VERSION_FROM.t See if MakeMaker's VERSION_FROM works @@ -2556,7 +2557,7 @@ t/lib/h2ph.h Test header file for h2ph t/lib/h2ph.pht Generated output from h2ph.h by h2ph, for comparison t/lib/locale/latin1 Part of locale.t in Latin 1 t/lib/locale/utf8 Part of locale.t in UTF8 -t/lib/MakeMaker/Test/Setup/Recurs.pm MakeMaker test utilities +t/lib/MakeMaker/Test/Setup/Recurs.pm MakeMaker test utilities t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities t/lib/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test t/lib/Math/BigInt/BareCalc.pm Bigint's simulation of Calc |