diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-11-21 19:13:01 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-11-21 19:13:01 +0000 |
commit | 0724ad8708be1f65187c03974a56fff4ff9b48c8 (patch) | |
tree | 5e69c16caf483531d344398a059e80ba3e0c7bf9 /MANIFEST | |
parent | 27a1175bf36db67955ca3363f80694803bdcbfb2 (diff) | |
download | perl-0724ad8708be1f65187c03974a56fff4ff9b48c8.tar.gz |
Move the test for Win32's FindExt.pm to t/porting, and run it automatically.
The test was written as part of the work on migrating modules to cpan/ and
dist/, but at that time at least one of FindExt.pm and Configure was buggy with
the classification of at least one module (XS or non-XS). As that is now fixed,
move the test to t/porting, and run it routinely. This will ensure that the
Win32 code's classification of modules will remain consistent with Configure's.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4790,6 +4790,7 @@ t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly t/porting/diag.t Test completeness of perldiag.pod t/porting/dual-life.t Check that dual-life bins are in utils/ t/porting/exec-bit.t Check that exec-bit bins are identified +t/porting/FindExt.t Test win32/FindExt.pm t/porting/maintainers.t Test that Porting/Maintaners.pl is up to date t/porting/manifest.t Test that this MANIFEST file is well formed t/porting/podcheck.t Test the POD of shipped modules is well formed @@ -4988,7 +4989,6 @@ win32/create_perllibst_h.pl creates perllibst.h file for inclusion from perllib. win32/distclean.bat Remove _ALL_ files not listed here in MANIFEST win32/fcrypt.c crypt() implementation win32/FindExt.pm Scan for extensions -win32/FindExt.t Test FindExt.pm win32/genmk95.pl Perl code to generate command.com-usable makefile.95 win32/include/arpa/inet.h Win32 port win32/include/dirent.h Win32 port |