[Bast-commits] r9628 - ironman
idn at dev.catalyst.perl.org
idn at dev.catalyst.perl.org
Thu Jul 8 19:53:25 GMT 2010
Author: idn
Date: 2010-07-08 20:53:25 +0100 (Thu, 08 Jul 2010)
New Revision: 9628
Modified:
ironman/notes.pod
Log:
Links to RT tickets for patches and comment regarding HTML::Tidy
Modified: ironman/notes.pod
===================================================================
--- ironman/notes.pod 2010-07-08 18:55:00 UTC (rev 9627)
+++ ironman/notes.pod 2010-07-08 19:53:25 UTC (rev 9628)
@@ -158,6 +158,9 @@
rc = ( tidyOptSetInt( tdoc, TidyWrapLen, 0 ) ? rc : -1 );
</snip>
+HTML tidy has been updated to include this patch, however it now requires
+the authors own special libtidy.
+
=head3 Feed::Find
Needs a patch to pass tests behind a proxy:
@@ -185,6 +188,10 @@
@feeds = Feed::Find->find_in_html(\$res->content, BASE . 'anchors-only.html');
</snip>
+Patch submitted to rt.cpan.org:
+
+ https://rt.cpan.org/Public/Bug/Display.html?id=53817
+
=head3 URI::Fetch
URI::Fetch needs a patch to pass tests behind a proxy:
@@ -202,6 +209,10 @@
</snip>
+Patch submitted to rt.cpan.org:
+
+ https://rt.cpan.org/Public/Bug/Display.html?id=53819
+
=head3 Additional deps
You'll need the following additional deps for testing:
More information about the Bast-commits
mailing list