Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Business::ISBN::Data

Name Business::ISBN::Data
Version 20191107
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/Business/ISBN/Data.pm
Is Core No
Search CPAN for this module Business::ISBN::Data
Documentation Business::ISBN::Data
Module Details Business::ISBN::Data


NAME

Business::ISBN::Data - data pack for Business::ISBN


SYNOPSIS

see the Business::ISBN manpage


DESCRIPTION

You don't need to load this module yourself in most cases. Business::ISBN will load it when it loads.

These data are generated from the RangeMessage.xml file provided by the ISBN Agency. You can retrieve this yourself at https://www.isbn-international.org/range_file_generation. This file is included as part of the distribution and should be installed at ~lib/Business/ISBN/Data/RangeMessage.xml.

If you want to use a different RangeMessage.xml file, you can set the ISBN_RANGE_MESSAGE environment variable to the alternate location before you load Business::ISBN. This way, you can use the latest (or even earlier) data without having to install something new or wait for an update to this module.

If the default RangeMessage.xml or your alternate one is not available, the module falls back to data included in Data.pm. However, that data is likely to be older data. If it does not find that file, it looks for RangeMessage.xml in the current directory.

The data are in %Business::ISBN::country_data (although the ``country'' part is historical). If you want to see where the data are from, check $Business::ISBN::country_data{_source}.


SOURCE AVAILABILITY

This module lives in the Github repository with Business::ISBN:

        git://github.com/briandfoy/business--isbn.git

If you have something to add, create a fork on Github and send a pull request.


AUTHOR

brian d foy, <bdfoy@cpan.org>

Yakov Shafranovich updated the data in October 2008.

Daniel Jakubik updated the data in July 2012.

Markus Spann suggested looking for RangeMessage.xml in the current directory to make it work with Perl app bundlers.

Josef Moravec <josef.moravec@gmail.com> updated the data in January 2019.


COPYRIGHT AND LICENSE

Copyright © 2002-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.

You may redistribute this under the terms of the Artistic License 2.0.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024