Update to 20210112.006
Upstream 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 20210112.005 2021-02-13T05:23:58Z * Fix the default data test. It should only run when you have Business::ISBN already, and it shouldn't do stupid things like using an array that I didn't put anything in. 20210112.004 2021-02-10T04:29:32Z * Test the default data. * Add a note about packaging RangeMessage.xml (adapted from gwyn17) 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. 20210112.002 2021-02-07T05:46:20Z * Don't try to load a data file if there are no data files (Github #6) 20210112.001 2021-01-19T14:48:12Z * freshen distro, dump Travis CI, add Github Actions * Update to latest Business::ISBN::Data
This commit is contained in:
parent
65748d3959
commit
e9a0d3ca74
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.34 2021/05/24 19:53:07 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2021/09/11 23:53:34 wen Exp $
|
||||
|
||||
DISTNAME= Business-ISBN-Data-20191107
|
||||
DISTNAME= Business-ISBN-Data-20210112.006
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.12 2020/09/07 12:00:25 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.13 2021/09/11 23:53:34 wen Exp $
|
||||
|
||||
SHA1 (Business-ISBN-Data-20191107.tar.gz) = b4ddb945aa9eef41cd4c5c435feab854ee79ff85
|
||||
RMD160 (Business-ISBN-Data-20191107.tar.gz) = c19e369dba315c3c6ade089df21107b5012b7ca5
|
||||
SHA512 (Business-ISBN-Data-20191107.tar.gz) = 33e6197de8b026484784d33fdd88e1a0d442b633ade4eeeb45812709cca252c235a377e3b03bb3cade35256b5f5d592b70504cfb7cccd1005544af2a1e4a11a2
|
||||
Size (Business-ISBN-Data-20191107.tar.gz) = 24838 bytes
|
||||
SHA1 (Business-ISBN-Data-20210112.006.tar.gz) = d1ea7c1290949e13d1e05289f82dc250b8b2c2d0
|
||||
RMD160 (Business-ISBN-Data-20210112.006.tar.gz) = c56ecf26fcadadb0007f76f997a8fd106f100c66
|
||||
SHA512 (Business-ISBN-Data-20210112.006.tar.gz) = 36245caf60d0b210dfbbc1f2668e6b8a227e6641be3800d4e62f6a9902b6b95bc2e952bc48ccd2a61ba958c68b142f64592ffeec9da8bc35d7c8bc5d9b625c80
|
||||
Size (Business-ISBN-Data-20210112.006.tar.gz) = 29035 bytes
|
||||
|
|
Loading…
Reference in a new issue