Subject: | Can't cope with counties in name |
I don't think this is fixable, but I'm adding it here in case it is, and if it isn't then it should be documented in the 'BUGS' section.
Say you have a place such as "Rupert, Minidoka, Idaho, USA", where Rupert is the city and Minidoka is the county. The module parses this as:
$VAR1 = \{
'state' => 'ID',
'street' => 'Rupert',
'city' => 'Minidoka',
'type' => ''
};
Good luck with fixing that one :-)