summaryrefslogtreecommitdiff
path: root/Porting/pod_lib.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/pod_lib.pl')
-rw-r--r--Porting/pod_lib.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/pod_lib.pl b/Porting/pod_lib.pl
index 98c32f4565..945e61c697 100644
--- a/Porting/pod_lib.pl
+++ b/Porting/pod_lib.pl
@@ -252,7 +252,7 @@ sub get_pod_metadata {
# in perl.pod, they just exist so that if someone types "perldoc perltoot"
# they get some sort of pointer to the new docs.
my %ignoredpods
- = map { ( "$_.pod" => 1 ) } qw( perlboot perlbot perltooc perltoot );
+ = map { ( "$_.pod" => 1 ) } qw( perlboot perlbot perltodo perltooc perltoot );
# Convert these to a list of filenames.
++$our_pods{"$_.pod"} foreach keys %{$state{pods}};