Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6 doesn't recognize '#' following "=headN" keywords per S26 #5406

Open
p6rt opened this issue Jun 28, 2016 · 1 comment
Open

6 doesn't recognize '#' following "=headN" keywords per S26 #5406

p6rt opened this issue Jun 28, 2016 · 1 comment
Labels

Comments

@p6rt
Copy link

p6rt commented Jun 28, 2016

Migrated from rt.perl.org#128498 (status was 'new')

Searchable as RT128498$

@p6rt
Copy link
Author

p6rt commented Jun 28, 2016

From @tbrowder

According to S26, headings may be numbered in nested format​:

Alternatively, as a short-hand, if the first whitespace-delimited word
in a heading consists of a single literal C<#> character, the C<#> is
removed and the heading is treated as if it had a C<​:numbered> option​:

=begin code
  =head1 # The Problem
  =head1 # The Solution
  =head2 # Analysis
  =head3 Overview
  =head3 Details
  =head2 # Design
  =head1 # The Implementation
=end code

@p6rt p6rt added the POD label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant