1Test::Deep::NoTest(3) User Contributed Perl DocumentationTest::Deep::NoTest(3)
2
3
4

NAME

6       Test::Deep::NoTest - Use Test::Deep outside of the testing framework
7

SYNOPSIS

9         use Test::Deep::NoTest;
10
11         if eq_deeply($a, $b) {
12           print "they were deeply equal\n";
13         };
14

DESCRIPTION

16       This exports all the same things as Test::Deep but it does not load
17       Test::Builder so it can be used in ordinary non-test situations.
18
19
20
21perl v5.16.3                      2012-02-11             Test::Deep::NoTest(3)
Impressum