ports/devel/p5-Test-File-Contents/pkg/DESCR

6 lines
321 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Test::File::Contents - Test routines for examining the contents of files
file_contents_is ($file, $string, $test_description);
file_contents_like ($file, qr/foo/, $test_description);
file_md5sum ($file, $md5sum, $test_description);
file_contents_identical($file1, $file2, $test_description);