1Business::ISBN::Data(3)User Contributed Perl DocumentatioBnusiness::ISBN::Data(3)
2
3
4
6 Business::ISBN::Data - data pack for Business::ISBN
7
9 see Business::ISBN
10
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
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
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
54 Josef Moravec "<josef.moravec@gmail.com>" updated the data in January
55 2019.
56
58 Copyright © 2002-2018, brian d foy <bdfoy@cpan.org>. All rights
59 reserved.
60
61 You may redistribute this under the terms of the Artistic License 2.0.
62
63
64
65perl v5.30.1 2020-01-29 Business::ISBN::Data(3)