in reply to RFC: Test::File::Diff

You might want to take a look at Test::Files which has compare_ok (no diff output), along with compare_dirs_ok and compare_dirs_filter_ok

Might be worth adding the diff-outputing one as a patch?

Replies are listed 'Best First'.
Re: Re: RFC: Test::File::Diff
by Corion (Patriarch) on Oct 23, 2003 at 17:42 UTC

    The author of Test::Files already responded to my mail, and Test::Files already outputs a diff of the files if they differ. So this modules functionality should be completely within Test::Files :-).

    perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web