The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.16 - 2005-12-03

  • t/07_layered.t: Added additional tests to reveal a bug that causes the root-level of the layered file systems to be treated as in the current directory during calls to children(), children_paths(), and has_children().
  • lib/File/System/Layered.pm: Paths passed to lookup() are normalized as they should be.
  • lib/File/System/Layered.pm: Updated has_children(), children_paths(), children(), and child() so that they will treat layers besides the current properly.
  • lib/File/System/Object.pm: Updated has_content() and is_container() to make sure they always return a scalar.
  • lib/File/System/Test.pm: Improved the diagnostics messages of most methods in File::System::Test so that it is more obvious which part of a test failed.

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