The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# History of Perl distribution Test-Virtual-Filesystem.  This change log is valid YAML.

0.05 :
     - Released: 2007 Nov 19
     - Summary: Fix for non-English localized Perl

     - Fix: I was checking for English $OS_ERROR messages, which failed in non-English localizations of Perl.  Changed to numeric $OS_ERROR
       Credit: cpan-tester Andreas Koenig

0.04 :
     - Released: 2007 Nov 18
     - Summary: Renamed test_* methods from v0.03; Subclassing; Bug fixes

     - Incompatibility: renamed 'test_*' methods to 'enable_test_*' to avoid colliding with other methods

     - Fix: Add List::MoreUtils to Build.PL/Makefile.PL
       Credit: cpan-tester David Cantrell
     - Fix: Turn off symlink and chown for Win32; better support for OS non-features
       Credit: cpan-tester stro@cpan.org, MSWin32 (for symlink part)
     - Fix: Enable subclassing (via a hack/workaround for Test::Class 0.24 -- see rt.cpan.org 30836)

     - Internals: Moved self-test tests into subclasses in t/*.t

     - TODO: Remove the above workaround if a new version of Test::Class allows using num_method_tests from a foreign package

     - Press: http://use.perl.org/~ChrisDolan/journal/34920

0.03 :
     - Released: 2007 Nov 16
     - Summary: Important bug fixes

     - Fix: Don't use "\n" since it is one or two characters, depending on platform
       Credit: cpan-tester stro@cpan.org, MSWin32

     - Fix: Disable the stat_dir_size() test because it is too filesystem-dependent
       Credit: cpan-tester srezic@cpan.org, cygwin

     - Fix: Make xattr test more tolerant of getxattr() implementations -- some return undef, some return q{}

0.02 :
     - Released: 2007 Nov 16
     - Summary: Backward compatibility, xattrs, symlinks

     - Feature: let client specify a compatibility version.  Mark newer tests TODO.
     - Feature: skip tests that the client wants to ignore
     - Feature: new test to exercise symlinks
     - Feature: new test to read/write extended attributes
     - Feature: new test to check that dirs have non-zero size

     - Prerequisites: (optional) File::ExtAttr v0.08

     - Press: http://use.perl.org/article.pl?sid=07/11/16/0925222

0.01 :
     - Released: 2007 Nov 14
     - Summary: initial release
     - Caveats: very incomplete collection of tests. See CAVEATS in documentation