Subject: | Wrong Business::ISBN::Data version in META |
Current Makefile.PL and thus META.yml and META.json requires 'Business::ISBN::Data' => '20081208', however lib/Business/ISBN.pm:75 uses newer version:
use Business::ISBN::Data 20120719.001; # now a separate module
I recommend to update Makefile.PL.