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

Changes for version 1.14 - 2005-09-26

  • FIXED [cpan #14771] t/01_normalize_path.t, lib/File/System/Object.pm: Fixed a tiny off-by-one error that caused ".."'s to be mistreated by the normalize_path() method.
  • FIXED [cpan #13514] lib/File/System/Object.pm, lib/File/System/Table.pm, lib/File/System/Test.pm, lib/File/System/Real.pm: Removed basename/dirname calculations using the Perl File::Basename package. There's some controversy about the correct way to do this and the docs already specify that we do things the way Unix likes too anyway. That'll keep things consistent. Thanks to Zev Benjamin for the heads up.

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