maint: audit cleanup — gitignore, error msg, stale refs#15
Merged
Conversation
- Remove stale XS artifact entries (Replace.bs/c/o) from .gitignore - Add .env* exclusion pattern to prevent accidental secret commits - Add descriptive error message to bare die in _http_post() - Remove unused Test::More from cpanfile test dependencies - Add missing use statement in examples/colors.pl - Update stale Travis CI reference in dist.ini comment - Fix tidyall PerlTidy select pattern to match subdirectories Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Koan-Bot
added a commit
that referenced
this pull request
Mar 25, 2026
The maint audit (PR #15) fixed colors.pl but missed this one. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Maintenance cleanup from a systematic audit of build files, packaging, and project hygiene.
Why
Several small issues accumulated: stale XS artifact entries in
.gitignorefrom a different project, no.env*protection, a barediewithout error message in_http_post(), and minor housekeeping items.How
.gitignore: removedReplace.bs/c/o(irrelevant XS artifacts), added.env*exclusion_http_post():die unless ref $data eq 'HASH'→ descriptive error message + testcpanfile: removed unusedTest::Moredependency (test suite uses Test2)examples/colors.pl: added missinguse Slack::WebHookdist.ini: updated stale Travis CI commenttidyall.ini: fixed PerlTidy glob to match subdirectoriesTesting
48 tests pass locally. New test for the
_http_posterror message.Audit note
Also found: CI tests 5.14+ but module declares 5.010 minimum — left as a documented finding for maintainer decision.
🤖 Generated with Claude Code
Quality Report
Changes: 7 files changed, 16 insertions(+), 7 deletions(-)
Code scan: clean
Tests: passed (OK)
Branch hygiene: clean
Generated by Kōan post-mission quality pipeline