From cc071880ac45c3f650f398c4f71a6163db210ed5 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Thu, 4 Sep 2025 11:26:02 -0700 Subject: [PATCH] fix typo in export symbol --- lib/Test/Deep.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Test/Deep.pm b/lib/Test/Deep.pm index a05521f..25bfc87 100644 --- a/lib/Test/Deep.pm +++ b/lib/Test/Deep.pm @@ -1823,7 +1823,7 @@ Those things are: A slightly better set of exports is the C set. It's all the same things, with the exception of C and C. If you want to import -"everything", you probably want to C<< use Test::Deep ':V1'; >>. +"everything", you probably want to C<< use Test::Deep ':v1'; >>. There's another magic export group: C<:preload>. If that is specified, all of the Test::Deep plugins will be loaded immediately instead of lazily.