summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-09 19:24:01 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-09 19:24:41 +0100
commit6151f429289815aa2ca4ecae706ff8f66fa49d02 (patch)
tree3255c9617086889ba917ff19ea410cec7a453194
parent14333e5079be2053c519080b415f469487a497e0 (diff)
downloadperl-6151f429289815aa2ca4ecae706ff8f66fa49d02.tar.gz
Move the Text::Tabs use statement to the top of the program, with the others.
-rw-r--r--lib/unicore/mktables3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index d15ed91310..6ab4e70480 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -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 = (