AnyEvent-Filesys-Notify

 view release on metacpan or  search on metacpan

t/lib/TestSupport.pm  view on Meta::CPAN

        my $full_dst = File::Spec->catfile( $dir, $dst );
        move $full_src, $full_dst;
    }
}

sub modify_attrs_on_test_files {
    my (@files) = @_;

    for my $file (@files) {
        my $full_file = File::Spec->catfile( $dir, $file );
        chmod 0750, $full_file or die "Error chmod on $full_file: $!";
    }
}

our @received = ();
our @expected = ();
our @msgs     = ();
our $cv;

sub receive_event {
    push @received, @_;



( run in 0.547 second using v1.01-cache-2.11-cpan-496ff517765 )