Subject: | POD fix |
This fixes the POD error displayed on this URL:
https://metacpan.org/pod/Geo::IATA
and also as displayed by the command
% perldoc Geo::IATA
Subject: | patch.txt |
diff --git a/lib/Geo/IATA.pm b/lib/Geo/IATA.pm
index d41001a..595fd33 100644
--- a/lib/Geo/IATA.pm
+++ b/lib/Geo/IATA.pm
@@ -93,6 +93,8 @@ return shift->{dbh};
1; # Magic true value required at end of module
__END__
+=encoding UTF-8
+
=head1 NAME
Geo::IATA - Search airports by iata, icao codes