freebsd-ports/textproc/p5-PDF-FromHTML/files/patch-Makefile.PL
Roman Bogorodskiy 374fa97a34 This module transforms HTML into PDF, using an assortment of XML
transformations implemented in PDF::FromHTML::Twig.

There is also a command-line utility, html2pdf.pl, that comes with this
distribution.

WWW:	http://search.cpan.org/dist/PDF-FromHTML/

PR:		ports/100060
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 11:43:29 +00:00

11 lines
332 B
Raku

--- Makefile.PL.orig Tue Jul 11 13:51:40 2006
+++ Makefile.PL Tue Jul 11 13:51:47 2006
@@ -13,7 +13,7 @@
LWP::Simple 0
Image::Size 0
PDF::Writer 0.05
- PDF::Template 0.30
+ PDF::Template 0.22
);
unless (can_use('PDF::API2') or can_use('pdflib_pl')) {