lancew / Lingua-Postcodes

Perl5 module Lingua::Postcodes - Returns the names of postcodes/zipcodes
https://metacpan.org/pod/Lingua::Postcodes
0 stars 2 forks source link

Optimised method breaks 5.8 #10

Closed lancew closed 1 month ago

lancew commented 1 month ago

return $POSTCODES{$country_code}{$language // 'EN'};

This is not valid in 5.8... so either ditch support for 5.8 or fix. Could revert the optimised code

lancew commented 1 month ago

resolved