From 86ec36c8c67fd4bdb0be44e538e178496abb187e Mon Sep 17 00:00:00 2001 From: Toddr Bot Date: Tue, 14 Apr 2026 10:31:59 +0000 Subject: [PATCH] docs: remove stale $ASSUME_UNIX_PATHS gotcha from CLAUDE.md $ASSUME_UNIX_PATHS was removed from Handler.pm (see Changes). The module now always uses File::Spec, so the gotcha no longer applies. Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index fe76b4a..d1df587 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -79,7 +79,5 @@ gracefully with `eval { require ... }` and SKIP blocks. - The `Edit` tool can introduce Unicode smart quotes into `.pm`/`.pl` files. Always verify edited Perl files compile: `perl -c `. -- Handler.pm's `$ASSUME_UNIX_PATHS` switches between File::Spec and simple - string ops — both paths need testing. - The Curl async backend is only activated when `async_ua` is passed to `Net::ACME2->new()`; the default path uses HTTP_Tiny.