1Business::ISBN::Data(3)User Contributed Perl DocumentatioBnusiness::ISBN::Data(3)
2
3
4

NAME

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

SYNOPSIS

9       see Business::ISBN
10

DESCRIPTION

12       You don't need to load this module yourself in most cases.
13       "Business::ISBN" will load it when it loads.
14
15       These data are generated from the RangeMessage.xml file provided by the
16       ISBN Agency. You can retrieve this yourself at
17       <https://www.isbn-international.org/range_file_generation>.  This file
18       is included as part of the distribution and should be installed at
19       ~lib/Business/ISBN/Data/RangeMessage.xml.
20
21       If you want to use a different RangeMessage.xml file, you can set the
22       "ISBN_RANGE_MESSAGE" environment variable to the alternate location
23       before you load "Business::ISBN". This way, you can use the latest (or
24       even earlier) data without having to install something new or wait for
25       an update to this module.
26
27       If the default RangeMessage.xml or your alternate one is not available,
28       the module falls back to data included in Data.pm. However, that data
29       is likely to be older data. If it does not find that file, it looks for
30       RangeMessage.xml in the current directory.
31
32       The data are in %Business::ISBN::country_data (although the "country"
33       part is historical). If you want to see where the data are from, check
34       $Business::ISBN::country_data{_source}.
35

SOURCE AVAILABILITY

37       This module lives in the Github repository with Business::ISBN:
38
39               git://github.com/briandfoy/business--isbn.git
40
41       If you have something to add, create a fork on Github and send a pull
42       request.
43

AUTHOR

45       brian d foy, "<bdfoy@cpan.org>"
46
47       Yakov Shafranovich updated the data in October 2008.
48
49       Daniel Jakubik updated the data in July 2012.
50
51       Markus Spann suggested looking for RangeMessage.xml in the current
52       directory to make it work with Perl app bundlers.
53
55       Copyright © 2002-2015, brian d foy <bdfoy@cpan.org>. All rights
56       reserved.
57
58       You may redistribute this under the same terms as Perl itself.
59
60
61
62perl v5.28.1                      2015-12-15           Business::ISBN::Data(3)
Impressum