Update to 1.002
Upstream changes: === Version 1.002 (2020-12-27) README.md, lib/PDF/Table.pm, Makefile.PL Miscellaneous updates to clean up support URLs, emails, etc. util/pod2cpanhtml.pl Remove use of search.cpan.org CSS reference, as that site no longer exists. Looking for a good replacement, possibly Bootstrap, that doesn't require that a phone be turned to landscape orientation in order to read text at a decent size. lib/PDF/Table.pm Cells spanning columns only had the first part (cell) of the bottom horizontal rule drawn. Reported by "stefanalt". Fixed to draw full spanned width. t/PDF-Table.t One calculated value was considerably different between standard Perl (uses doubles for floats), long-double Perl, and quad-math Perl. Round the calculated value to 6 decimal digits so that it works on any system.
This commit is contained in:
parent
a3363d1a34
commit
14e2db1b1d
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.25 2020/11/15 07:00:37 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2021/03/27 23:34:09 wen Exp $
|
||||
|
||||
DISTNAME= PDF-Table-1.001
|
||||
DISTNAME= PDF-Table-1.002
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.13 2020/11/15 07:00:37 wen Exp $
|
||||
$NetBSD: distinfo,v 1.14 2021/03/27 23:34:09 wen Exp $
|
||||
|
||||
SHA1 (PDF-Table-1.001.tar.gz) = 482c82af64e244171282df3477baaefe38fd492c
|
||||
RMD160 (PDF-Table-1.001.tar.gz) = 1e62650aeacf952ab4eafb00d2135dc8e6fe3b43
|
||||
SHA512 (PDF-Table-1.001.tar.gz) = 413b2017a2cd1f3e70e9378cb5a1c4c0b65b1caa0838fecf4c1d608dabdba505803b2c01faefa2ccbc705f59364bdd8348fe3f7844a373ecaffa8ab00eb67910
|
||||
Size (PDF-Table-1.001.tar.gz) = 74475 bytes
|
||||
SHA1 (PDF-Table-1.002.tar.gz) = f7b766c2ce9b2fbfb98b14b9e3554abb0c3540f4
|
||||
RMD160 (PDF-Table-1.002.tar.gz) = 6aff666d751ff4baa4a892a91529bc3f0a964095
|
||||
SHA512 (PDF-Table-1.002.tar.gz) = 45630dbb43ed9745b0c0a84ba605c021c46141c8fd61b8546b12333e2477843f4eb3ce7ce976ce4e66fed1f60d39acbdf28ae60bea7ade49bd9ceefdf483384a
|
||||
Size (PDF-Table-1.002.tar.gz) = 75274 bytes
|
||||
|
|
Loading…
Reference in a new issue