Subject: | Business::ISBN should make the 'country' attribute as a recognized method |
Relatively easy to grant, as the code is already there to load the country name into the ISBN structure, though this is not made known openly to the public (and hence, people must look into the code to find out that the country-name corresponding to a country code already has been made available as $obj->{'country'})
This should probably be added as a method ($isbn->country) and then made known in the POD documentation. (Again an easy 30-second fix.)
Any reason why it hasn't been as yet?