Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl5 /
vendor_perl /
Module /
Build /
Delete
Unzip
Name
Size
Permission
Date
Action
Platform
[ DIR ]
drwxr-xr-x
2021-09-16 10:45
API.pod
66.87
KB
-rw-r--r--
2014-06-10 00:04
Authoring.pod
10.75
KB
-rw-r--r--
2014-06-10 00:04
Base.pm
162.47
KB
-rw-r--r--
2014-06-10 00:04
Bundling.pod
4.96
KB
-rw-r--r--
2014-06-10 00:04
Compat.pm
17.96
KB
-rw-r--r--
2014-06-10 00:04
Config.pm
1.08
KB
-rw-r--r--
2014-06-10 00:04
ConfigData.pm
6.96
KB
-rw-r--r--
2014-06-10 00:04
Cookbook.pm
16.93
KB
-rw-r--r--
2014-06-10 00:04
Dumper.pm
446
B
-rw-r--r--
2014-06-10 00:04
ModuleInfo.pm
625
B
-rw-r--r--
2014-06-10 00:04
Notes.pm
8.33
KB
-rw-r--r--
2014-06-10 00:04
PPMMaker.pm
4.54
KB
-rw-r--r--
2014-06-10 00:04
PodParser.pm
1.31
KB
-rw-r--r--
2014-06-10 00:04
Version.pm
361
B
-rw-r--r--
2014-06-10 00:04
YAML.pm
401
B
-rw-r--r--
2014-06-10 00:04
Save
Rename
package Module::Build::Dumper; use strict; use vars qw($VERSION); $VERSION = '0.4005'; # This is just a split-out of a wrapper function to do Data::Dumper # stuff "the right way". See: # http://groups.google.com/group/perl.module.build/browse_thread/thread/c8065052b2e0d741 use Data::Dumper; sub _data_dump { my ($self, $data) = @_; return ("do{ my " . Data::Dumper->new([$data],['x'])->Purity(1)->Terse(0)->Dump() . '$x; }') } 1;