1Test2::Compare::Scalar(U3s)er Contributed Perl DocumentatTieosnt2::Compare::Scalar(3)
2
3
4
6 Test2::Compare::Scalar - Representation of a Scalar Ref in deep
7 comparisons
8
10 This is used in deep comparisons to represent a scalar reference.
11
13 my $sr = Test2::Compare::Scalar->new(item => 'foo');
14
15 is([\'foo'], $sr, "pass");
16 is([\'bar'], $sr, "fail, different value");
17 is(['foo'], $sr, "fail, not a ref");
18
20 The source code repository for Test2-Suite can be found at
21 https://github.com/Test-More/Test2-Suite/.
22
24 Chad Granum <exodist@cpan.org>
25
27 Chad Granum <exodist@cpan.org>
28
30 Copyright 2018 Chad Granum <exodist@cpan.org>.
31
32 This program is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35 See http://dev.perl.org/licenses/
36
37
38
39perl v5.32.1 2021-01-27 Test2::Compare::Scalar(3)