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


Test-Deep documentation  | view source Contained in the Test-Deep distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Test::Deep::NoTest;

  if eq_deeply($a, $b) {
    print "they were deeply equal\n";
  };

DESCRIPTION

Top

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.


Test-Deep documentation  | view source Contained in the Test-Deep distribution.