In a recent post Mocking files for reading, I asked some questions on how to mock files. I was trying to develop a module which mock files without accessing the actual file system. The motive is to test file operations without accessing the file system.
Using your answers I finalized my module, and put on CPAN: Test-MockFile-Light
I hope the community will find it helpful.
Thanks for your help,
Oguz
---------------------------------
life is ...
$mutation = sub { $_[0] =~ s/(.)/rand()<0.1?1-$1:$1/ge };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: A fresh new module on CPAN: Test::MockFile::Light
by shmem (Chancellor) on Sep 10, 2007 at 21:05 UTC | |
by mayaTheCat (Scribe) on Sep 11, 2007 at 06:03 UTC |