Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Test/Deep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ Those things are:

A slightly better set of exports is the C<v1> set. It's all the same things,
with the exception of C<Isa> and C<blessed>. 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.
Expand Down
Loading