Changes for version 0.034
- GH #176: Add file handle support for BINMODE. This does nothing at this time but at least it doesn't die.
- support for ~/foo and ~user/foo in mocking and access (globs)
Modules
Allows tests to validate code that can interact with files without touching the file system.
Provides a class object for Test::MockFile to give out for opendir calls.
Provides a class for Test::MockFile to tie to on open or sysopen.
Plugin base class
Plugin to allow File::Temp calls
Plugin loader