charset: check ucplanes for modification date
[sheet.git] / countries.plp
index 18b986073695f91c1c530520bd3dcc4ff6c667c8..60a392db5eb2f33989f34b31224c80bf459a8936 100644 (file)
@@ -2,11 +2,12 @@
 
 Html({
        title => 'country code cheat sheet',
-       version => 'v1.1',
+       version => '1.2',
        description =>
                "Table of ISO-3166-1 country codes with the names of reserved territories.",
        keywords => [qw'country code cc tld cctld continent territory land table'],
        stylesheet => [qw'light dark circus mono red'],
+       data => ['countries.inc.pl'],
 });
 
 :>
@@ -56,7 +57,7 @@ my $cc = do 'countries.inc.pl';
                }
                print "\n";
        }
-       print "</table>\n";
+       say '</table>';
 }
 
 :>