Skip to content
Snippets Groups Projects
  1. Jan 12, 2025
  2. Jan 11, 2025
  3. Jan 10, 2025
  4. Jan 08, 2025
  5. Jan 07, 2025
  6. Jan 06, 2025
  7. Jan 05, 2025
  8. Jan 04, 2025
  9. Jan 02, 2025
  10. Dec 29, 2024
  11. Dec 28, 2024
  12. Dec 27, 2024
    • Evan Silberman's avatar
      07105ccb
    • Evan Silberman's avatar
      Add Pod reader · c4716d41
      Evan Silberman authored
      Pod ("Plain old documentation") is a markup languaged used principally
      to document Perl modules and programs. Since it was originally meant to
      be translated pretty directly to man, the semantics are fairly simple.
      
      This Pod reader was developed with reference to the canonical user and
      implementer documentation of Pod: https://perldoc.perl.org/perlpod and
      https://perldoc.perl.org/perlpodspec.
      
      There are 1490 .pod, .pl, and .pm in the Perl 5.34 distribution found in
      /System/Library/Perl on my mac. Of those, this reader dies with a parse
      error on 7 of them. All of them seem to be cases where pod commands are
      found within a non-colon-prefixed =begin/=end. perlpodspec says I may
      treat this as an error.
      
      [API change] adds readPod
      c4716d41
  13. Dec 23, 2024
Loading