summaryrefslogtreecommitdiff
path: root/Porting/todo.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-03-30 18:07:34 +0200
committerNicholas Clark <nick@ccl4.org>2012-04-24 10:51:55 +0200
commit03548f30e402504a7edba200e0bcb3605798d0c8 (patch)
tree7f5c6636d4f6d653aa404e1b792ea710ac1628ac /Porting/todo.pod
parent8c422da5418e4ef5c4c9bb634fc7c518d97f0b8c (diff)
downloadperl-03548f30e402504a7edba200e0bcb3605798d0c8.tar.gz
Remove the "POD -> HTML conversion in the core still sucks" todo entry.
Thanks to GSoC 2011, Pod::HTML has been refactored to use Pod::Simple::XHTML.
Diffstat (limited to 'Porting/todo.pod')
-rw-r--r--Porting/todo.pod12
1 files changed, 0 insertions, 12 deletions
diff --git a/Porting/todo.pod b/Porting/todo.pod
index 20ca5e7d54..75bc3f1c02 100644
--- a/Porting/todo.pod
+++ b/Porting/todo.pod
@@ -56,18 +56,6 @@ automated with a bit of perl, specifically the generation of
See F<Porting/how_to_write_a_perldelta.pod> for details.
-=head2 POD -E<gt> HTML conversion in the core still sucks
-
-Which is crazy given just how simple POD purports to be, and how simple HTML
-can be. It's not actually I<as> simple as it sounds, particularly with the
-flexibility POD allows for C<=item>, but it would be good to improve the
-visual appeal of the HTML generated, and to avoid it having any validation
-errors. See also L</make HTML install work>, as the layout of installation tree
-is needed to improve the cross-linking.
-
-The addition of C<Pod::Simple> and its related modules may make this task
-easier to complete.
-
=head2 Make Schwern poorer
We should have tests for everything. When all the core's modules are tested,