DOKK / manpages / debian 11 / libtest-deep-perl / Test::Deep::NoTest.3pm.en
Test::Deep::NoTest(3pm) User Contributed Perl Documentation Test::Deep::NoTest(3pm)

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

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

This exports all the same things as Test::Deep but it does not load Test::Builder so it can be used in ordinary non-test situations.

2020-03-05 perl v5.30.0