osx man page for test::deep::notest

Query: test::deep::notest

OS: osx

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Test::Deep::NoTest(3)					User Contributed Perl Documentation				     Test::Deep::NoTest(3)

NAME
Test::Deep::NoTest - Use Test::Deep outside of the testing framework
SYNOPSIS
use Test::Deep::NoTest; if eq_deeply($a, $b) { print "they were deeply equal "; };
DESCRIPTION
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. perl v5.16.2 2012-02-10 Test::Deep::NoTest(3)
Related Man Pages
dbm::deep::engine::file(3pm) - debian
dbm::deep::iterator::file::index(3pm) - debian
test::aggregate::builder(3pm) - debian
test::assertions::testscript(3pm) - debian
test::builder::module(3pm) - debian
Similar Topics in the Unix Linux Community
When is a _function_ not a _function_?
My first PERL incarnation... Audio Oscillograph
A dash to GOTO or a dash from GOTO, that is the question...
Syntax error in subtraction in Bash
Python: Refer a properties file from different location