ACIL FM
Dark
Refresh
Current DIR:
/home/.cpan/build/Test-File-1.993-0/xt
/
home
.cpan
build
Test-File-1.993-0
xt
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
changes.t
131 B
chmod
View
DL
Edit
Rename
Delete
citations.t
409 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/.cpan/build/Test-File-1.993-0/xt/citations.t
use strict; use Test::More; my $file = 'CITATION.cff'; SKIP: { my $rc = eval { require YAML; YAML->VERSION('1.26'); 1 }; skip "Need YAML to test $file", 1 unless $rc; subtest citations => sub { ok( -e $file, "$file exists" ); my $data = eval { YAML::LoadFile( $file ) }; my $error = $@; ok( defined $data, "Loaded data from $file" ) or diag( "Error loading $file: $@" ); }; } done_testing;
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply