I removed the =encoding utf8 line from SubCountry.pm, but it produced
this error from CPAN testers
http://www.cpantesters.org/cpan/report/3783d38b-88a9-1014-a3cb-
332c0c4b660f
Looking into the problem a bit further, I realised that there is still
utf8 data in the documentation section of SubCountry.pm, in the
LIMITATIONS section. So the utf8 encoding directive is still needed in
both .pm files. Restored this in version 1.61
Note that this encoding directive is only intepreted by the POD parsers
which are used to generate documentation. It is unrelated to the
encoding of the file as a whole. The actual code in SubCountry.pm is
all in ASCII, but some of the code in Data.pm, and the file itself is
in utf8.