Skip to content

Commit

Permalink
Merge pull request #2427 from chsanch/fix-2425
Browse files Browse the repository at this point in the history
Fix example for Pod::Block::Named. Fixes #2425
  • Loading branch information
JJ committed Oct 30, 2018
2 parents d2daaa6 + 68dbc08 commit 74189ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/Type/Pod/Block/Named.pod6
Expand Up @@ -8,9 +8,11 @@
Class for a named Pod block. For example
=begin MySection
...
=end MySection
=begin code
=begin MySection
...
=end MySection
=end code
creates a C<Pod::Block::Named> with name C<MySection>.
Expand Down

0 comments on commit 74189ce

Please sign in to comment.