Skip to content

Commit

Permalink
Fix example for Pod::Block::Named. Fixes #2425
Browse files Browse the repository at this point in the history
  • Loading branch information
chsanch committed Oct 29, 2018
1 parent a318b8d commit 656a047
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/Type/Pod/Block/Named.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
class Pod::Block::Named is Pod::Block { }
Class for a named Pod block. For example
=begin MySection
...
=end MySection
=begin code :skip-test
=begin MySection
...
=end MySection
=end code
creates a C<Pod::Block::Named> with name C<MySection>.
=head1 Methods
Expand Down

0 comments on commit 656a047

Please sign in to comment.