diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-11-09 13:52:29 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-11-18 11:08:57 +0100 |
commit | ce9f58fe3b31564d7f92d3f14c3ce5015d656c47 (patch) | |
tree | db28a6826835ee796840a7f95ce28cb731c92f60 /MANIFEST | |
parent | b78c1104391671326f93910e06b272bd004e5c31 (diff) | |
download | perl-ce9f58fe3b31564d7f92d3f14c3ce5015d656c47.tar.gz |
Rename t/porting/buildtoc.t to pod_rules.t to reflect the previous change.
As it now calls Porting/pod_rules.pl, not pod/buildtoc, it makes little sense
to keep the previous name.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5257,7 +5257,6 @@ t/perl.supp Perl valgrind suppressions t/porting/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used 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 @@ -5271,6 +5270,7 @@ 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/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/README Instructions for regression tests |