-
-
01 Mar 2020 09:30:13 UTC
- Distribution: Test-Deep
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (11)
- Testers (5131 / 6 / 0)
- Kwalitee
Bus factor: 1- 86.65% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (40.94KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- List::Util
- Scalar::Util
- Test::Builder
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install Test::Deep, copy and paste the appropriate command in to your terminal.
cpanm Test::Deep
perl -MCPAN -e shell install Test::Deep
For more information on module installation, please visit the detailed CPAN module installation guide.