This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add t/porting/utils.t, to test that utility scripts still compile.
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Dec 2011 11:29:06 +0000 (12:29 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 22 Dec 2011 08:06:45 +0000 (09:06 +0100)
commit48eabb99200aeda63e70ade7e9df4a309f13fe31
treed71ec7b899ecc873065ae4171085c58978cbb9c4
parent010a5dd8d6baa5d69b81a3e52913422208de14df
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.
MANIFEST
pod/perldelta.pod
t/porting/utils.t [new file with mode: 0644]