This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert to use of Test::More. Boost test coverage.
authorJames E Keenan <jkeenan@cpan.org>
Tue, 9 Jul 2013 15:54:44 +0000 (17:54 +0200)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 10 Jul 2013 11:43:38 +0000 (13:43 +0200)
commite6a378f2226d4d68c3068afc27d3476859938e7b
tree9388ef29caf0c728b64d41026cc474e87fa3ff7e
parentb54d603d2b0409d931d988215873268c9de799d1
Convert to use of Test::More. Boost test coverage.

Since File::Compare's functions are documented to return 1, 0, or -1, we will
continue to examine the return value in our tests, rather than simply checking
for truth when 0 or 1 is returned.

Following code review, eliminate trailing whitespace.

For: RT #118823
lib/File/Compare.t