Skip to content

Commit

Permalink
p5-PDF-Table: update to 0.12.
Browse files Browse the repository at this point in the history
Version 0.12.0 (2020-04-09)

 Permit either PDF::API2 or PDF::Builder (#51)
 Don't use UTF-8 with corefonts
 General cleanup of typos and misspellings in Table.pm
 Minimum Perl 5.10 in Makefile.PL (#53)
 More cleanup of text in Table.pm
 Add tools (util) for running PerlCritic, t-tests, examples
 Clean up code to pass PerlCritic
 Clean up examples to run with either API2 or Builder. PDFpref file to declare
   which to use if both available
 Comments in t tests about use of Mock PDFAPI2
 Document needed and optional prerequisite modules
  • Loading branch information
0-wiz-0 committed Sep 7, 2020
1 parent 746b6b3 commit 43b5088
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions textproc/p5-PDF-Table/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.23 2020/08/31 18:11:52 wiz Exp $
# $NetBSD: Makefile,v 1.24 2020/09/07 14:45:32 wiz Exp $

DISTNAME= PDF-Table-0.11.0
DISTNAME= PDF-Table-0.12
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/}

Expand Down
10 changes: 5 additions & 5 deletions textproc/p5-PDF-Table/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2019/09/18 14:29:41 wen Exp $
$NetBSD: distinfo,v 1.12 2020/09/07 14:45:32 wiz Exp $

SHA1 (PDF-Table-0.11.0.tar.gz) = 22d65543c8dc292237892903956751df74e3d8eb
RMD160 (PDF-Table-0.11.0.tar.gz) = c991c673e35f56a9fa90bb92c3eb69557e60c8b9
SHA512 (PDF-Table-0.11.0.tar.gz) = 84685ae1dda804f0fe9f60a9ce111f976c85b4e6f03a9995e86ea4d34dd808f75e1020292ca6078c2e63b3a3d9e971c8d1daeff9bd36786695d78c65a97aaeca
Size (PDF-Table-0.11.0.tar.gz) = 29930 bytes
SHA1 (PDF-Table-0.12.tar.gz) = dd60d4c2473ccac9b7c5d91203dc18a8078022fa
RMD160 (PDF-Table-0.12.tar.gz) = 66aa94eb22cfe00beab764cbfa44aeaed559dff1
SHA512 (PDF-Table-0.12.tar.gz) = 4fa453283f452638b3c1d152f1cc4436c43cb5d95a343431d6a4569cd1cdd439e7c82e7fd27ce1b466ae6487297922a3010450ee42c4217f1e18bbb8498c09be
Size (PDF-Table-0.12.tar.gz) = 33120 bytes

0 comments on commit 43b5088

Please sign in to comment.