keyboard/altgr: cache code include (package)
[sheet.git] / keyboard / altgr / groups.inc.pl
index 66d12261ae1017ceca8c118b0c78638070d40767..6afd7dce4cf1b7619d9aff5b9ab0e784692fc812 100644 (file)
@@ -1,10 +1,16 @@
+package Shiar_Sheet::KeyboardChars;
+
 use 5.020;
 use warnings;
 use experimental 'signatures';
+use parent 'Exporter';
 use Unicode::Normalize qw( NFKD );
 use Text::Unidecode qw( unidecode );
 use Shiar_Sheet::FormatChar;
 
+our $VERSION = '1.00';
+our @EXPORT = qw( kbchars kbmodes );
+
 my $uc = Shiar_Sheet::FormatChar->new;
 
 sub kbchars ($rows) {