Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

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\n";
}

Description

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\n";
         }

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.



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------------------+
       |ATTRIBUTE TYPE |       ATTRIBUTE VALUE        |
       +---------------+------------------------------+
       |Availability   | library/perl-5/test-deep-532 |
       +---------------+------------------------------+
       |Stability      | Volatile                     |
       +---------------+------------------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.128.tar.gz.

       Further information about this software can be found on the open source
       community website at https://metacpan.org/pod/Test::Deep.



perl v5.32.0                      2013-04-13             Test::Deep::NoTest(3)