mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
Move the Text::Tabs use statement to the top of the program, with the others.
This commit is contained in:
parent
14333e5079
commit
6151f42928
@ -6,6 +6,7 @@ require 5.008; # Needs pack "U". Probably safest to run on 5.8.x
|
||||
use strict;
|
||||
use Carp;
|
||||
use File::Spec;
|
||||
use Text::Tabs (); ## using this makes the files about half the size
|
||||
|
||||
##
|
||||
## mktables -- create the runtime Perl Unicode files (lib/unicore/**/*.pl)
|
||||
@ -2007,8 +2008,6 @@ sub WriteAllMappings()
|
||||
WriteIfChanged('Properties', @OUT);
|
||||
}
|
||||
|
||||
use Text::Tabs (); ## using this makes the files about half the size
|
||||
|
||||
## Write Exact.pl
|
||||
{
|
||||
my @OUT = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user