1Test::Deep::NoTest(3) User Contributed Perl DocumentationTest::Deep::NoTest(3)
23
4
NAME
6Test::Deep::NoTest - Use Test::Deep outside of the testing framework
7
SYNOPSIS
9use Test::Deep::NoTest;
1011
if eq_deeply($a, $b) {
12print "they were deeply equal\n";
13};
14
DESCRIPTION
16This exports all the same things as Test::Deep but it does not load
17Test::Builder so it can be used in ordinary non-test situations.
1819
20
21
perl v5.10.1 2008-05-31 Test::Deep::NoTest(3)