Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Business-ISBN-Data-20230426.001-slfo.1.1.3 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: perl-Business-ISBN-Data Distribution: SUSE Linux Framework One
Version: 20230426.001 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.3 Build date: Mon Aug 26 10:52:04 2024
Group: Unspecified Build host: h04-ch1a
Size: 251368 Source RPM: perl-Business-ISBN-Data-20230426.001-slfo.1.1.3.src.rpm
Packager: https://www.suse.com/
Url: https://metacpan.org/release/Business-ISBN-Data
Summary: Data pack for Business::ISBN
You don't need to load this module yourself in most cases. Business::ISBN
will load it when it loads. You must use Business::ISBN 3.005 or later
because the data structure changed slightly to fix a bug with ISBN13
prefixes.

These data are generated from the _RangeMessage.xml_ file provided by the
ISBN Agency. The distributed version matches the date in the version for
this module. 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 are
likely to be older. 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}'.

Provides

Requires

License

Artistic-2.0

Changelog

* Thu Apr 27 2023 timueller+perl@suse.de
  - updated to 20230426.001
    see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
    20230426.001 2023-04-26T20:39:21Z
    Data update for 20230426
* Tue Apr 11 2023 timueller+perl@suse.de
  - updated to 20230410.001
    see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
    20230410.001 2023-04-10T06:25:50Z
    * Data update for 2023-04-10
    20230331.001 2023-04-03T05:04:52Z
    * Data update for 2023-03-30
* Thu Mar 23 2023 timueller+perl@suse.de
  - updated to 20230322.001
    see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
    20230322.001 2023-03-22T18:22:12Z
    * ISBN data for 20230322.001
    20230316.001 2023-03-16T14:14:06Z
    * Update data to March 2023
* Wed Feb 17 2021 timueller+perl@suse.de
  - updated to 20210112.006
    see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
    20210112.006 2021-02-16T04:08:08Z
    * Fix testing bug. This module needs Business::ISBN 3.005 to match
    the data structures. Prior to that, Business::ISBN had a bug with
    ISBN13.
    20210112.005_03 2021-02-15T17:43:08Z
    * I think the CPAN Tester failures are using older versions of
    Business::ISBN (older than 3.005 all seem to fail). I assumed they
    started fresh, but I guess not. Require a recent version in the
    default_data test.
    20210112.005_02 2021-02-14T05:07:05Z
    * Try harder to see what's going on in CPAN Testers
    20210112.005_01 2021-02-13T12:40:28Z
    * Try harder to figure out these test failures
* Sun Feb 14 2021 timueller+perl@suse.de
  - updated to 20210112.005
    see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
* Thu Feb 11 2021 timueller+perl@suse.de
  - updated to 20210112.004
    see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
    20210112.004 2021-02-10T04:29:32Z
    * Test the default data.
    * Add a note about packaging RangeMessage.xml (adapted from gwyn17)
* Wed Feb 10 2021 timueller+perl@suse.de
  - updated to 20210112.003
    see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
    20210112.003 2021-02-09T22:42:53Z
    * The default data had a problem because I used the same hash key
    twice in the default data (Github #7). Found by gwyn17.
* Mon Feb 08 2021 timueller+perl@suse.de
  - updated to 20210112.002
    see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
    20210112.002 2021-02-07T05:46:20Z
    * Don't try to load a data file if there are no data files
    (Github #6)
* Wed Jan 20 2021 timueller+perl@suse.de
  - updated to 20210112.001
    see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
    20210112.001 2021-01-19T14:48:12Z
    * freshen distro, dump Travis CI, add Github Actions
    * Update to latest Business::ISBN::Data
* Thu Dec 12 2019 timueller+perl@suse.de
  - updated to 20191107
    see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
    20191107 2019-12-11T20:04:42Z
    * Peter Williams fixed the 978/979 distinction (GitHub #5)
* Thu Dec 17 2015 coolo@suse.com
  - updated to 20140910.003
    see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
    Revision history for Perl module
  - Drop fix-provides.diff (included upstream)
* Thu Feb 19 2015 coolo@suse.com
  - updated to 20140910.002
    * Look in the current directory for RangeMessage.xml if it's
      not in other locations. This can help with various Perl app
      packagers. (But, also try ISBN_RANGE_MESSAGE env var)
  - add fix-provides.diff to avoid providing ::ISBN without data
* Sun Sep 21 2014 lars@linux-schulserver.de
  - updated to 20140910.001:
    * Update to the latest data (2014-09-10)
  - fix perl path in make_data.pl
* Tue Jun 04 2013 coolo@suse.com
  - updated to 20120719.001
    * Support data from RangeMessage.xml. You can use the latest
      data from ISBN without updating this module.
      Specify the Test::More version so I cna use subtest.
      No code or feature changes
* Tue Nov 30 2010 coolo@novell.com
  - switch to perl_requires macro
* Sat Sep 04 2010 chris@computersalat.de
  - recreated by cpanspec 1.78
  - noarch pkg
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Sat Jul 25 2009 chris@computersalat.de
  - spec mods
    * removed ^----------
    * removed ^#---------
* Sun Jun 28 2009 chris@computersalat.de
  - update to 20081208
    - 0.00 - Fri Dec  5 12:00:41 2008
    * Latest data update.
    - 20081020 - Mon Oct 20 17:44:15 2008
    * Updated publisher codes thanks to Yakov Shafranovich
    * Version number is now the update date of the module,
      in YYYYMMDD. This not the date of the ISBN Agency
      updates though.
  - added perl-macros
    o autogen filelist with perl_gen_filelist
  - spec mods
    o fixed deps
* Tue Feb 12 2008 lars@linux-schulserver.de
  - Update to 1.17:
    [BUGFIX] RT #29078: Fix publihser ranges for Greece
* Mon Jul 23 2007 lrupp@suse.de
  - initial package 1.14

Files

/usr/lib/perl5/vendor_perl/5.38.2/Business
/usr/lib/perl5/vendor_perl/5.38.2/Business/ISBN
/usr/lib/perl5/vendor_perl/5.38.2/Business/ISBN/Data.pm
/usr/lib/perl5/vendor_perl/5.38.2/Business/ISBN/RangeMessage.url
/usr/lib/perl5/vendor_perl/5.38.2/Business/ISBN/RangeMessage.xml
/usr/share/doc/packages/perl-Business-ISBN-Data
/usr/share/doc/packages/perl-Business-ISBN-Data/Changes
/usr/share/doc/packages/perl-Business-ISBN-Data/examples
/usr/share/doc/packages/perl-Business-ISBN-Data/examples/README
/usr/share/doc/packages/perl-Business-ISBN-Data/examples/make_default_data.pl
/usr/share/licenses/perl-Business-ISBN-Data
/usr/share/licenses/perl-Business-ISBN-Data/LICENSE
/usr/share/man/man3/Business::ISBN::Data.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Nov 9 00:03:33 2024