From 6151f429289815aa2ca4ecae706ff8f66fa49d02 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 9 Sep 2009 19:24:01 +0100 Subject: [PATCH] Move the Text::Tabs use statement to the top of the program, with the others. --- lib/unicore/mktables | 3 +-- 1 file changed, 1 insertion(+), 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 = (