1Test::Deep::NoTest(3) User Contributed Perl DocumentationTest::Deep::NoTest(3)
2
3
4
6 Test::Deep::NoTest - Use Test::Deep outside of the testing framework
7
9 version 1.204
10
12 use Test::Deep::NoTest;
13
14 if (eq_deeply($a, $b)) {
15 print "they were deeply equal\n";
16 }
17
19 This exports all the same things as Test::Deep but it does not load
20 Test::Builder so it can be used in ordinary non-test situations.
21
23 This library should run on perls released even a long time ago. It
24 should work on any version of perl released in the last five years.
25
26 Although it may work on older versions of perl, no guarantee is made
27 that the minimum required version will not be increased. The version
28 may be increased for any reason, and there is no promise that patches
29 will be accepted to lower the minimum required perl.
30
32 • Fergal Daly
33
34 • Ricardo SIGNES <cpan@semiotic.systems>
35
37 This software is copyright (c) 2003 by Fergal Daly.
38
39 This is free software; you can redistribute it and/or modify it under
40 the same terms as the Perl 5 programming language system itself.
41
42
43
44perl v5.38.0 2023-07-21 Test::Deep::NoTest(3)