Group
Extension

Matches 2

File-Valet ( T/TT/TTKCIAR/File-Valet-1.11.tar.gz, TTKCIAR, 2023; MetaCPAN )
File-Valet/t/01-find.t ( view source; MetaCPAN )
 skipping test in Nigel Horne's highly-restrictive test environment
  my $home_dir = find_home;
  isnt $home_dir,  undef,     'find_home found something at all ' . ($home_dir // '<undef>');
  ok   -d 
 writable';
}

# tests for find_temp (kind of weak; needs improvement):
my $temp_dir = find_temp;
isnt $temp_dir,  undef,     'find_temp found something at all ' . ($temp_dir // '<undef>');
ok   $temp
32') {
    isnt find_bin('cmd.exe'), undef,       'find_bin found anything at all for cmd.exe';
    ok   find_bin('cmd.exe') =~ /cmd.exe/, 'find_bin found likely cmd.exe';
}
else {
    isnt find_bin('
File-Valet ( T/TT/TTKCIAR/File-Valet-1.11.tar.gz, TTKCIAR, 2023; MetaCPAN )
File-Valet/t/03-rename-vms.t ( view source; MetaCPAN )
ost;

use lib "./lib";
use File::Valet;

# tests for find_temp (kind of weak; needs improvement):
isnt find_temp(),  undef,     'find_temp found something at all';
ok   find_temp() =~ /t/i,     'find_
32') {
    isnt find_bin('cmd.exe'), undef,       'find_bin found anything at all for cmd.exe';
    ok   find_bin('cmd.exe') =~ /cmd.exe/, 'find_bin found likely cmd.exe';
}
else {
    isnt find_bin('

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.