Package: libhtml-clean-perl Version: 0.8-4 Followup-For: Bug #282503
Dear Satya, There is no quick fix to resolve this issue. Also, this bug is documented upstream: http://rt.cpan.org/NoAuth/Bug.html?id=6772 Please ask the upstream author for a fix. In the meantime you could apply this patch locally to avoid any whitespace from being stripped. --BEGIN--------------------------- --- /usr/bin/htmlclean 2004-11-17 21:34:17.000000000 +0100 +++ /tmp/htmlclean 2005-03-31 14:15:08.000000000 +0200 @@ -128,7 +128,7 @@ # add options to control these... $h->compat(); - $h->strip(); + $h->strip(whitespace => 0); my $newlen = length($$d); my $pct = 0; --END----------------------------- Regards, Allard Hoeve Debian Perl Group -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (600, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.10-rc2-byte Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages libhtml-clean-perl depends on: ii perl 5.8.4-6 Larry Wall's Practical Extraction -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

