The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

File::Find::Rule::Filesys::Virtual - File::Find::Rule adapted to Filesys::Virtual

SYNOPSIS

use File::Find::Rule::Filesys::Virtual;
use Filesys::Virtual::Ninja;
my $vfs = Filesys::Virtual::Ninja->new;
my @virtual_ninja_foos = File::Find::Rule::Filesys::Virtual
  ->virtual( $vfs )
  ->name( "foo.*' )
  ->in( '/' );

DESCRIPTION

This module allows you to use File::Find::Rule file finding semantics to Filesys::Virtual derived filesystems.

CAVEATS

  • The File::Find emulation will probably not be full enough for other File::Find::Rule extensions to do their thang.

AUTHOR

Richard Clamp <richardc@unixbeard.net>

COPYRIGHT

Copyright 2004, 2006 Richard Clamp. All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

File::Find::Rule, Filesys::Virtual, Net::DAV::Server