summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-02-23 11:06:46 +0000
committerNicholas Clark <nick@ccl4.org>2011-02-23 11:06:46 +0000
commita552ba59669ed0172db3240722c573b7ce317e7b (patch)
tree42133b0b8e0c810f17cd03d7dcb81d7f1bd258f9 /MANIFEST
parentc8c139910f0949c2e0a1fa2819c15d4c834fa5cd (diff)
downloadperl-a552ba59669ed0172db3240722c573b7ce317e7b.tar.gz
Test that perl.c reports {non_,}bincompat_options in sorted order.
Whilst the actual order doesn't matter semantically, ensuring that they are always in a sorted order means that string comparison can be used to validate that two sets of options are identical. This will be useful in the near future for improved load-time extension compatibility checking.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index e63078e367..468bbec0b2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4996,6 +4996,7 @@ t/op/yadayada.t See if ... works
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/cmp_version.t Test whether all changed module files have their VERSION bumped