Skip to content

docs: fix missing space after =item in POD#193

Merged
atoomic merged 1 commit intocpanel:masterfrom
atoomic:koan.atoomic/fix-pod-item-space
Feb 11, 2026
Merged

docs: fix missing space after =item in POD#193
atoomic merged 1 commit intocpanel:masterfrom
atoomic:koan.atoomic/fix-pod-item-space

Conversation

@Koan-Bot
Copy link
Contributor

Summary

  • Fix missing space between =item and C<$file_rule> in add_strict_rule() documentation
  • Without the space, POD parsers fail to recognize this as a proper =item directive

Test plan

  • Verify pod2text lib/Test/MockFile.pm renders correctly
  • CI passes

Split from #189 per maintainer request.
🤖 Generated with Claude Code

Missing space between =item and C<$file_rule> broke POD parsing
for the add_strict_rule() documentation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@atoomic atoomic marked this pull request as ready for review February 11, 2026 04:07
@atoomic atoomic merged commit 9ed2296 into cpanel:master Feb 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments