Re: Test::? Directories

2003-02-24 Thread schwern
On Mon, Feb 24, 2003 at 03:52:29PM +, Mark Fowler wrote: > 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 h

Test::? Directories

2003-02-24 Thread Mark Fowler
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