This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test that perl.c reports {non_,}bincompat_options in sorted order.
authorNicholas Clark <nick@ccl4.org>
Wed, 23 Feb 2011 11:06:46 +0000 (11:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 23 Feb 2011 11:06:46 +0000 (11:06 +0000)
commita552ba59669ed0172db3240722c573b7ce317e7b
tree42133b0b8e0c810f17cd03d7dcb81d7f1bd258f9
parentc8c139910f0949c2e0a1fa2819c15d4c834fa5cd
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
t/porting/bincompat.t [new file with mode: 0644]