diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-12-21 12:29:06 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-12-22 09:06:45 +0100 |
commit | 48eabb99200aeda63e70ade7e9df4a309f13fe31 (patch) | |
tree | d71ec7b899ecc873065ae4171085c58978cbb9c4 /MANIFEST | |
parent | 010a5dd8d6baa5d69b81a3e52913422208de14df (diff) | |
download | perl-48eabb99200aeda63e70ade7e9df4a309f13fe31.tar.gz |
Add t/porting/utils.t, to test that utility scripts still compile.
Right now, without this, it's possible to pass the all the regression tests
even if one has introduced syntax errors into scripts such as installperl
or installman. No tests fail, so it's fair game to push the commit.
Obviously this breaks installing perl, but we won't spot this.
Whilst we can't easily test that the various scripts *work*, we can at least
check that we've not made any trivial screw ups.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5332,6 +5332,7 @@ t/porting/podcheck.t Test the POD of shipped modules is well formed t/porting/pod_rules.t Check that various pod lists are consistent t/porting/regen.t Check that regen.pl doesn't need running t/porting/test_bootstrap.t Test that the instructions for test bootstrapping aren't accidentally overlooked. +t/porting/utils.t Check that utility scripts still compile t/README Instructions for regression tests t/re/charset.t See if regex modifiers like /d, /u work properly t/re/fold_grind.t See if case folding works properly |