NAME
File::Redirect::Simple - simple hash-based vfs
DESCRIPTION
The second argument to mount
is a simple hash, where each entry is a file name and its content. For example, after call
mount( 'Simple', { 'a' => 'b' }, 'simple:')
reading from file 'simple:a' yield 'b' as its content.