diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-09-23 16:30:22 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-24 09:34:04 +0200 |
commit | 6692294e17e0b71a5e4a776313e0c3ac739a3d06 (patch) | |
tree | 888b968ca55b2f4f7d71c903f86049f80d0b8e1e /MANIFEST | |
parent | e1bac1195b4fb97ca62dff9ca5031b71a69f21c1 (diff) | |
download | perl-6692294e17e0b71a5e4a776313e0c3ac739a3d06.tar.gz |
Add t/porting/checkcfgvar.t to run Porting/checkcfgvar.pl as a test.
Add TAP generation and a --tap option to Porting/checkcfgvar.pl.
In checkcfgvar.t, document its purpose, and the likely way to fix the
problems that it has flagged up. This is a prototype before adding similar
instructions to the other t/porting tests.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5123,6 +5123,7 @@ t/porting/authors.t Check that all authors have been acknowledged t/porting/bincompat.t Check that {non_,}bincompat_options are ordered t/porting/buildtoc.t Check that various pod lists are consistent t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly +t/porting/checkcfgvar.t Check that all config.sh-like files are good t/porting/cmp_version.t Test whether all changed module files have their VERSION bumped t/porting/diag.t Test completeness of perldiag.pod t/porting/dual-life.t Check that dual-life bins are in utils/ |