Move the Text::Tabs use statement to the top of the program, with the others.
Nicholas Clark [Wed, 9 Sep 2009 18:24:01 +0000 (19:24 +0100)]
lib/unicore/mktables

index d15ed91..6ab4e70 100644 (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 = (