X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b22f63ba31441200ca915c64445d5a87d146c327..77ac3d52d89913a79cca834d882c54a58c15a488:/countries.plp diff --git a/countries.plp b/countries.plp index 60a392d..1ed8eef 100644 --- a/countries.plp +++ b/countries.plp @@ -2,19 +2,19 @@ Html({ title => 'country code cheat sheet', - version => '1.2', + version => '1.3', 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'], + data => ['data/countries.inc.pl'], }); :>

ISO-3166-1α2 Country codes

<: -my $cc = do 'countries.inc.pl'; +my $cc = do 'data/countries.inc.pl'; { printf '';