Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
vendor /
lib /
Moo /
Delete
Unzip
Name
Size
Permission
Date
Action
HandleMoose
[ DIR ]
drwxrwxrwx
2024-07-26 17:38
HandleMoose.pm
7.67
KB
-rw-rw-rw-
2020-11-21 05:59
Object.pm
1.9
KB
-rw-rw-rw-
2020-09-02 14:16
Role.pm
14.61
KB
-rw-rw-rw-
2020-11-25 02:58
_Utils.pm
5.16
KB
-rw-rw-rw-
2020-11-21 05:59
_mro.pm
120
B
-rw-rw-rw-
2020-09-02 14:16
_strictures.pm
304
B
-rw-rw-rw-
2020-11-24 17:42
sification.pm
896
B
-rw-rw-rw-
2020-09-02 14:16
Save
Rename
package Moo::sification; use Moo::_strictures; no warnings 'once'; BEGIN { *_USE_DGD = "$]" < 5.014 ? sub(){1} : sub(){0}; require Devel::GlobalDestruction if _USE_DGD(); } use Carp qw(croak); BEGIN { our @CARP_NOT = qw(Moo::HandleMoose) } sub unimport { croak "Can't disable Moo::sification after inflation has been done" if $Moo::HandleMoose::SETUP_DONE; our $disabled = 1; } sub Moo::HandleMoose::AuthorityHack::DESTROY { unless (our $disabled or _USE_DGD ? Devel::GlobalDestruction::in_global_destruction() : ${^GLOBAL_PHASE} eq 'DESTRUCT' ) { require Moo::HandleMoose; Moo::HandleMoose->import; } } sub import { return if our $setup_done; if ($INC{"Moose.pm"}) { require Moo::HandleMoose; Moo::HandleMoose->import; } else { $Moose::AUTHORITY = bless({}, 'Moo::HandleMoose::AuthorityHack'); } $setup_done = 1; } 1;