forked from Lainports/freebsd-ports
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>
11 lines
332 B
Raku
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')) {
|