X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/53ac47862f4b40c1088c5eaf360fa0ddee110634..29b407ddf91b653e6e8380f73e221628a392376f:/countries.plp diff --git a/countries.plp b/countries.plp index 18b9860..60a392d 100644 --- a/countries.plp +++ b/countries.plp @@ -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 "\n"; + say ''; } :>