jonallen / perldoc.perl.org

Perl programming documentation - http://perldoc.perl.org
http://perl.jonallen.info/projects/perldoc
51 stars 25 forks source link

Not rendering POD markup tags #6

Closed hercynium closed 14 years ago

hercynium commented 14 years ago

NOTE: I also emailed this description to jj, just putting it here for completeness, and in case he's too busy :)

I was looking at the documentation for File::Temp and realized that POD formatting markup was not being rendered - the contents of C<foo> and L<foo> were not being rendered as code and link text (though I am seeing the C and L, sans brackets and contents)

For comparison:

http://perldoc.perl.org/File/Temp.html#POSIX-FUNCTIONS http://search.cpan.org/~tjenness/File-Temp-0.22/Temp.pm#POSIX_FUNCTIONS

This seems to be affecting the entire site, I'm just presenting this particular page as one example.

hercynium commented 14 years ago

correction: this is not affecting the entire site... I will note any other pages as I find them.

hercynium commented 14 years ago

oh crap, closed it by mistake?

jonallen commented 14 years ago

This appears to be a problem with Pod::POM from CPAN - the current release (0.27) exhibits the same rendering errors.

hercynium commented 14 years ago

Ah, cool, thanks! I'll take a look there and see if it's something that can be fixed :)

hercynium commented 14 years ago

Oh, wait, I see you recently made some commits to Pod::POM... fixed it locally? \o/