diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-09 19:24:01 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-09 19:24:41 +0100 |
commit | 6151f429289815aa2ca4ecae706ff8f66fa49d02 (patch) | |
tree | 3255c9617086889ba917ff19ea410cec7a453194 | |
parent | 14333e5079be2053c519080b415f469487a497e0 (diff) | |
download | perl-6151f429289815aa2ca4ecae706ff8f66fa49d02.tar.gz |
Move the Text::Tabs use statement to the top of the program, with the others.
-rw-r--r-- | lib/unicore/mktables | 3 |
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 = ( |