Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-Tidy CPAN distribution.

Report information
The Basics
Id: 50163
Status: resolved
Priority: 0/
Queue: HTML-Tidy

People
Owner: Nobody in particular
Requestors: kmx [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] non-UNIX platform compatibility
Hi, could you please consider the enclosed simple patch that makes your module installable also on non UNIX systems. Thanks. -- kmx
Subject: HTML-Tidy-1.08_patch.diff
--- HTML-Tidy-1.08.orig/Makefile.PL 2006-11-11 04:06:24.000000000 +0100 +++ HTML-Tidy-1.08/Makefile.PL 2009-10-02 12:35:26.480347400 +0200 @@ -7,6 +7,7 @@ use warnings; use ExtUtils::MakeMaker; use ExtUtils::Liblist; +use Config; my @vars = ExtUtils::Liblist->ext( '-L/sw/lib -ltidy', 0, 1 ); my $libs = $vars[2]; @@ -55,7 +56,7 @@ LIBS => [$libs], NEEDS_LINKING => 1, - INC => '-I. -I/usr/include/tidy -I/usr/local/include/tidy -I/sw/include/tidy', + INC => "-I. -I/usr/include/tidy -I/usr/local/include/tidy -I/sw/include/tidy -I$Config{usrinc}/tidy", EXE_FILES => [qw(bin/webtidy)], dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
Hi,

thanks for releasing HTML-Tidy-1.50.

Can I ask you to consider the patch I am proposing in my previous post?

Thanks.

--
kmx


This will appear in the next release.