Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 74138d37463ce0323abfc079dbea510bc80244c2
      
https://github.com/Perl/perl5/commit/74138d37463ce0323abfc079dbea510bc80244c2
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2022-11-30 (Wed, 30 Nov 2022)

  Changed paths:
    M ext/Pod-Html/bin/pod2html

  Log Message:
  -----------
  pod2html: sort command-line switches

The pod2html utility is the gateway to the function
Pod::Html::pod2html() exported from lib/Pod/Html.pm.  It is installed in
addition to the perl executable in 'make install' and is often packaged
separately in software distributions.  Over time, differences have crept
in to the way each file documents the command-line switches.  These
should be rectified.

As a first step toward more maintainable documentation, let's have
bin/pod2html present those switches in alphabetical order (albeit
interleaving the 'no*' switches) as lib/Pod/Html.pm already does.  This
weill permit us to more easily compare their respective documentation
sections.


Reply via email to