autoconf/bin
Zack Weinberg 6d5e6ba904
Rationalize ‘use’ order in Perl code.
All the Perl scripts and modules now ‘use’ other modules in the
following order:

 - use 5.006; use strict; use warnings; in that order.
   If a file was not already use-ing one of these three, it was added.

 - The BEGIN block that adds the installation directory for the
   Autom4te:: modules to @INC, if necessary.

 - All stdlib modules whose name begins with a capital letter,
   in ASCII sort order.

 - All Autom4te:: modules, in ASCII sort order.

 - ‘use vars qw (...)’, if any, last.

Also, ‘use foo qw (...)’ and @ISA lists have been sorted into ASCII
sort order.  (@EXPORT lists, which often follow immediately after @ISA
lists, have *not* been sorted, as these appear to have been organized
semantically in many cases.)  qw delimiters have been normalized to
round parentheses with a space between the qw and the open paren.

* bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in
* bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in
* lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm
* lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
* lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm
* lib/Autom4te/Getopt.pm, lib/Autom4te/Request.pm
* lib/Autom4te/XFile.pm: Rationalize order and format of ‘use’
  directives and @ISA lists.  Add any of ‘use 5.006’, ‘use strict’,
  and ‘use warnings’ that was not already present.
2020-08-31 13:15:45 -04:00
..
autoconf.as Generate manpages directly from source code. 2020-08-21 16:23:32 -04:00
autoheader.in Rationalize ‘use’ order in Perl code. 2020-08-31 13:15:45 -04:00
autom4te.in Rationalize ‘use’ order in Perl code. 2020-08-31 13:15:45 -04:00
autoreconf.in Rationalize ‘use’ order in Perl code. 2020-08-31 13:15:45 -04:00
autoscan.in Rationalize ‘use’ order in Perl code. 2020-08-31 13:15:45 -04:00
autoupdate.in Rationalize ‘use’ order in Perl code. 2020-08-31 13:15:45 -04:00
ifnames.in Rationalize ‘use’ order in Perl code. 2020-08-31 13:15:45 -04:00
local.mk maint: make update-copyright 2020-01-01 11:45:50 -08:00