Changes for version 1.05 - 2005-04-28
- lib/File/System/Passthrough.pm: Added a passthrough driver that doesn't do anything on it's own. It's useful for subclassing.
- t/08_passthrough.t: Copied the tests from t/03_real.t and modified the call to the constructor.
Modules
A virtual file system written in pure Perl
A file system implementation with "layered" roots
Abstract class that every file system module builds upon
A file system module that delegates work to another
A file system module based on the real file system
A file system implementation for mounting other modules
Module for testing file system drivers