move all generated includes into data/
[sheet.git] / countries.plp
index 60a392db5eb2f33989f34b31224c80bf459a8936..7297547b420e431c3c055df95da2158f322e3407 100644 (file)
@@ -7,14 +7,14 @@ Html({
                "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'],
 });
 
 :>
 <h1>ISO-3166-1α2 Country codes</h1>
 
 <:
-my $cc = do 'countries.inc.pl';
+my $cc = do 'data/countries.inc.pl';
 
 {
        printf '<table class="mcmap">';