minor code cosmetics (declare version first)
[sheet.git] / readline.plp
index e1e3f109b21255801a9ed11284c215257cdf5297..7b90b3936540c5e9ed03f2de65a098c1bcacc68a 100644 (file)
@@ -1,8 +1,8 @@
 <(common.inc.plp)><:
 <(common.inc.plp)><:
-       use Shiar_Sheet::KeySigns qw(%sign);  # dependant on $get{ascii}
-
        our $VERSION = 'v1.0';
 
        our $VERSION = 'v1.0';
 
+       use Shiar_Sheet::KeySigns qw(%sign);  # dependant on $get{ascii}
+
        $header{content_type} = "text/html; charset=$sign{charset}";
 
 :><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        $header{content_type} = "text/html; charset=$sign{charset}";
 
 :><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"