From: Nicholas Clark Date: Wed, 9 Sep 2009 18:24:01 +0000 (+0100) Subject: Move the Text::Tabs use statement to the top of the program, with the others. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6151f429289815aa2ca4ecae706ff8f66fa49d02;p=p5sagit%2Fp5-mst-13.2.git Move the Text::Tabs use statement to the top of the program, with the others. --- diff --git a/lib/unicore/mktables b/lib/unicore/mktables index d15ed91..6ab4e70 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 = (