From a552ba59669ed0172db3240722c573b7ce317e7b Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 23 Feb 2011 11:06:46 +0000 Subject: 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. --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') 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 -- cgit v1.2.1