Skip to content

Instantly share code, notes, and snippets.

@softmoth
Created August 14, 2012 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softmoth/3350658 to your computer and use it in GitHub Desktop.
Save softmoth/3350658 to your computer and use it in GitHub Desktop.
Indented pod block doesn't parse continued configuration lines correctly
=for head1 :numbered
= :nested(2)
This doesn't work right
# If I de-indent the 2nd line, then it is parsed "correctly" and :nested
# becomes part of the configs. Indented, it's made part of the block content
say $=pod.perl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment