Move the Text::Tabs use statement to the top of the program, with the others.

This commit is contained in:
Nicholas Clark 2009-09-09 19:24:01 +01:00
parent 14333e5079
commit 6151f42928

View File

@ -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 = (