From 80c57bd72362197cb213f0cdad7db73eb5e52d1d Mon Sep 17 00:00:00 2001 From: Tom Wyant Date: Wed, 4 Oct 2023 21:56:06 -0400 Subject: [PATCH] Single-character POD tweak. Replace 'c<...>' with C<...>, since POD formatting codes are (so far) all upper-case. --- lib/Test2/Manual/Tooling/TestBuilder.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Test2/Manual/Tooling/TestBuilder.pm b/lib/Test2/Manual/Tooling/TestBuilder.pm index d2eb1508..1ae8cbbb 100644 --- a/lib/Test2/Manual/Tooling/TestBuilder.pm +++ b/lib/Test2/Manual/Tooling/TestBuilder.pm @@ -126,7 +126,7 @@ nested under the first will find and use the original context instead of generating a new one. This means the level problem is solved for free, no variables to mess with. -L is also smart enough to honor c<$Test::Builder::Level> if it is set. +L is also smart enough to honor C<$Test::Builder::Level> if it is set. =head1 TODO