NAME
Test::DeepFile - A file base extention of Test::Deep
SYNOPSIS
use Test::More tests => $Num_Tests;
use Test::DeepFile;
cmp_deeply( $actual_horrible_nested_data_structure, 'filename of the saved data' );
DESCRIPTION
- cmp_deeply_file
EXPORT
cmp_deeply_file
SEE ALSO
AUTHOR
G. Allen Morris III, <gam3@gam3.net>
COPYRIGHT AND LICENSE
Copyright (C) 2011 by G. Allen Morris III
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.