Pod::Html changes broke C<> formatting #1133
Comments
From @janduboisCreated by @janduboisThe following change seems to have broken C<> formatting in Pod::HTML: ____________________________________________________________________________ Now lines like the following: =item $handle->Method(ARG) are rendered as $handle->Method i.e. everything inside the parens including the parens is gone. The same thing happens for inline C<> blocks. In The Method() method call ... the parentheses will be removed. I see that this is intentional: [from process_puretext]: if( $notinIS && $word =~ s/^(\w+)\((.*)\)\W*$/$1/ ) { but I disagree with that decision. The creation of links for C<> sections is also very broken. The following sub coderef($$){ my $fid = fragment_id( $item ); ... So most of the coderef() code is actually unreachable. Perl Info
|
Migrated from rt.perl.org#2093 (status was 'resolved')
Searchable as RT2093$
The text was updated successfully, but these errors were encountered: