Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
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
2019-06-17 23:11
API.pod
66.87
KB
-rw-r--r--
2014-09-16 21:54
Authoring.pod
10.75
KB
-rw-r--r--
2014-09-16 21:54
Base.pm
162.47
KB
-rw-r--r--
2014-09-16 21:54
Bundling.pod
4.96
KB
-rw-r--r--
2014-09-16 21:54
Compat.pm
17.96
KB
-rw-r--r--
2014-09-16 21:54
Config.pm
1.08
KB
-rw-r--r--
2014-09-16 21:54
ConfigData.pm
6.96
KB
-rw-r--r--
2014-09-16 21:54
Cookbook.pm
16.93
KB
-rw-r--r--
2014-09-16 21:54
Dumper.pm
446
B
-rw-r--r--
2014-09-16 21:54
ModuleInfo.pm
625
B
-rw-r--r--
2014-09-16 21:54
Notes.pm
8.33
KB
-rw-r--r--
2014-09-16 21:54
PPMMaker.pm
4.54
KB
-rw-r--r--
2014-09-16 21:54
PodParser.pm
1.31
KB
-rw-r--r--
2014-09-16 21:54
Version.pm
361
B
-rw-r--r--
2014-09-16 21:54
YAML.pm
401
B
-rw-r--r--
2014-09-16 21:54
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;