index: release v1.18 with only altgr index linked
[sheet.git] / shell.plp
index dd5f295e510176083004b864fa43c6e067d2da1f..75ea57e2ddc97953f612724ad7ad283a04a4678d 100644 (file)
--- a/shell.plp
+++ b/shell.plp
@@ -10,7 +10,7 @@ Html({
 
 say "<h1>Shell compatibility</h1>\n";
 
-my $data = do 'shell.inc.pl' or die $@ || $!;
+my $data = Data('shell');
 my @agents = keys %{ $data->{agents} };
 
 print '<table class="mapped">';