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.