pod2mantest.pod 335 B

123456789101112131415
  1. =pod
  2. =head1 NAME
  3. foo, bar,
  4. MARKER - test of multiline name section
  5. =head1 DESCRIPTION
  6. This is a test .pod file to see if we have a buggy pod2man or not.
  7. If we have a buggy implementation, we will get a line matching the
  8. regular expression "^ +MARKER - test of multiline name section *$"
  9. at the end of the resulting document.
  10. =cut