charset: check ucplanes for modification date
[sheet.git] / unicode.plp
index 4d28dbdfc329be08ebe579bdb4303221a111dd7d..0ec6374da5a9474b24f714ad1a8ab90b05fa60fa 100644 (file)
@@ -123,7 +123,7 @@ splice @config, 4, 2, qw(
                        ?easteuro
 ) if exists $get{html};
 
-$_ and m{/*+(.+)} and @config = split /[ ]/, $1 for $ENV{PATH_INFO}, $get{q};
+$_ and m{/*+(.+)} and @config = split /[ ]/, $1 for $Request, $get{q};
 
 my $tables = do 'unicode-table.inc.pl' or die $@ || $!;