For a module I'm doing at work, I want to check that the correct files have been written (and no extra files have been written) in a directory.
Other than writing lots of is(-e based code, is there a simple way to do
this? I had a look at File::CheckTree, but it didn't look like the kind
of thing to use alongside Test::Builder.
Suggestions?
Mark.
--
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};
