Skip to content

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

Draft
toddr-bot wants to merge 1 commit intomainfrom
koan.toddr.bot/fix-typo-and-double-bless
Draft

fix: typo in POD and redundant bless in HTTP.pm#76
toddr-bot wants to merge 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>
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.

1 participant