diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-08-19 12:15:38 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-08-23 11:28:55 +0200 |
commit | 1f7ae1bebc8320dc91487a39ea193bcc924a8bb3 (patch) | |
tree | 3cc5e489130e583b645b78bcfdeb3ebf2c7a0191 /MANIFEST | |
parent | 8dd15074b0ebb0005614fdc3e7a8255729b7207b (diff) | |
download | perl-1f7ae1bebc8320dc91487a39ea193bcc924a8bb3.tar.gz |
Add t/porting/globvar.t, to sanity test globvar.sym on a *nix platform.
This adds to makedef.pl a new platform, "test".
Hopefully this change will catch most problems that previously had resulted
in build failures on Win32.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5084,6 +5084,7 @@ 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/filenames.t Check the MANIFEST for filename portability. t/porting/FindExt.t Test win32/FindExt.pm +t/porting/globvar.t Check that globvar.sym is sane t/porting/known_pod_issues.dat Data file for porting/podcheck.t t/porting/maintainers.t Test that Porting/Maintainers.pl is up to date t/porting/manifest.t Test that this MANIFEST file is well formed |