Skip to content

fix: typo in POD and redundant bless in HTTP.pm#76

Merged
toddr merged 1 commit intomainfrom
koan.toddr.bot/fix-typo-and-double-bless
Apr 23, 2026
Merged

fix: typo in POD and redundant bless in HTTP.pm#76
toddr merged 1 commit intomainfrom
koan.toddr.bot/fix-typo-and-double-bless

Conversation

@toddr-bot
Copy link
Copy Markdown
Contributor

@toddr-bot toddr-bot commented Apr 13, 2026

What

Fix a POD typo and remove dead code in HTTP.pm.

Why

  • "encrytion" in the FEATURES section has been misspelled since the beginning — it propagates to README.md, which is the first thing users see on GitHub/MetaCPAN.
  • HTTP::new() calls bless twice on the same hashref with the same class. The second call is redundant.

How

  • encrytionencryption in ACME2.pm POD line 108
  • return bless $self, $classreturn $self in HTTP.pm line 54
  • README.md regenerated from corrected POD

Testing

Full test suite passes (make test).

🤖 Generated with Claude Code


Quality Report

Changes: 3 files changed, 3 insertions(+), 3 deletions(-)

Code scan: clean

Tests: passed (OK)

Branch hygiene: clean

Generated by Kōan post-mission quality pipeline

Fix "encrytion" → "encryption" in FEATURES POD (propagated to README.md).
Remove redundant second bless call in HTTP::new() — the hashref is
already blessed on the line above.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@toddr toddr marked this pull request as ready for review April 23, 2026 14:15
@toddr toddr merged commit b965f78 into main Apr 23, 2026
20 checks passed
@toddr toddr deleted the koan.toddr.bot/fix-typo-and-double-bless branch April 23, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants