From 7c18314e9a7c0eca42c7355c2639ee0b3462ccd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C5=8Dan?= Date: Tue, 10 Feb 2026 20:32:15 -0700 Subject: [PATCH] docs: fix missing space after =item in POD Missing space between =item and C<$file_rule> broke POD parsing for the add_strict_rule() documentation. Co-Authored-By: Claude Opus 4.6 --- lib/Test/MockFile.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Test/MockFile.pm b/lib/Test/MockFile.pm index 57b972f..22752c9 100644 --- a/lib/Test/MockFile.pm +++ b/lib/Test/MockFile.pm @@ -318,7 +318,7 @@ add rules work for you. =item C<$command_rule> a string or regexp or list of any to indicate which command to match -=itemC<$file_rule> a string or regexp or undef or list of any to indicate +=item C<$file_rule> a string or regexp or undef or list of any to indicate which files your rules apply to. =item C<$action> a CODE ref or scalar to handle the exception.