Changes for version 1.13 - 2005-06-21
- lib/File/System/Object.pm: Removed the Parse::RecDescent parser grammar that is used with the internal globber.
- lib/File/System/Globber.PL: At build time this script generates a file named lib/File/System/Globber.pm containing the precompiled parser grammar, which ought to save a fraction of a second that was spend parsing the grammar and then compiling the Perl generated. Now, it just needs to compile the generated Perl.
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