Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
don't use as user examples named blocks with all lower- (or upper-) c…
…ase names

Per S26, such names are reserved for the language.
  • Loading branch information
tbrowder committed Oct 28, 2018
1 parent 987f600 commit 587d1d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Type/Pod/Block/Named.pod6
Expand Up @@ -8,11 +8,11 @@
Class for a named Pod block. For example
=begin mysection
=begin MySection
...
=end mysection
=end MySection
creates a C<Pod::Block::Named> with name C<mysection>.
creates a C<Pod::Block::Named> with name C<MySection>.
=head1 Methods
Expand Down

0 comments on commit 587d1d4

Please sign in to comment.