summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-02-15 17:26:53 +0100
committerNicholas Clark <nick@ccl4.org>2012-02-18 23:20:59 +0100
commitf0bcc49ad675e0a60f19580435d94bbee904084d (patch)
tree7bd928436bbd24c6cc69ce3ababb89f5485c1e73 /MANIFEST
parente96f98077aa4fa23828c35dca17b80c39499be0b (diff)
downloadperl-f0bcc49ad675e0a60f19580435d94bbee904084d.tar.gz
Add t/porting/pending-author.t, fixing a limitation of t/porting/authors.t
t/porting/pending-author.t attempts to avoid the problem of C<make test> passing 100%, but the subsequent git commit causing F<t/porting/authors.t> to fail, because it uses a "new" e-mail address. This test is only run if one is building inside a git checkout, B<and> one has made local changes. Otherwise it's skipped.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 1853b5057f..b5268a9f61 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5375,6 +5375,7 @@ 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
+t/porting/pending-author.t Check if any pending commit would break tests
t/porting/perlfunc.t Test that Functions_pm.PL can parse perlfunc.pod
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