Rejig the word wrapping code for the "Compile-time options:" of perl -V
authorNicholas Clark <nick@ccl4.org>
Sat, 15 Sep 2007 21:26:53 +0000 (21:26 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 15 Sep 2007 21:26:53 +0000 (21:26 +0000)
commit389d73ad6f106f474f96f66f3c697e579c3fbd9e
treeffc8ab76dec7252ef36b7dfc696996cd956c139b
parent00accf8d966ca5ecf8ccbaaebc0752903aa1634e
Rejig the word wrapping code for the "Compile-time options:" of perl -V
Replace the rather elegant C code with Perl code that can also sort the
options first, as this will allow them to be split into those that
affect binary compatibility, and those that do not.

p4raw-id: //depot/perl@31872
perl.c