Skip to content

Commit

Permalink
[Pod::To::Text] Avoid stringifying Pod::Config blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Jun 7, 2012
1 parent a1dde83 commit 1683397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Pod/To/Text.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sub pod2text($pod) is export {
when Pod::FormattingCode { formatting2text($pod) }
when Positional { $pod.map({pod2text($_)}).join("\n\n")}
when Pod::Block::Comment { }
when Pod::Config { }
default { $pod.Str }
}
}
Expand Down

0 comments on commit 1683397

Please sign in to comment.