D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
perl5
/
vendor_perl
/
Module
/
Build
/
Filename :
Dumper.pm
back
Copy
package Module::Build::Dumper; use strict; use warnings; our $VERSION = '0.4224'; # 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)->Sortkeys(1)->Dump() . '$x; }') } 1;
Name
Size
Last Modified
Owner
Permissions
Actions
Platform
Dir
July 28 2023 2:59:02
root
0755
API.pod
67.087
KB
October 13 2019 10:59:01
root
0644
Authoring.pod
10.746
KB
October 13 2019 10:59:01
root
0644
Base.pm
161.332
KB
October 13 2019 10:59:01
root
0644
Bundling.pod
4.988
KB
October 13 2019 10:59:01
root
0644
Compat.pm
18.104
KB
October 13 2019 10:59:01
root
0644
Config.pm
1.076
KB
October 13 2019 10:59:01
root
0644
ConfigData.pm
6.682
KB
October 13 2019 10:59:01
root
0644
Cookbook.pm
16.931
KB
October 13 2019 10:59:01
root
0644
Dumper.pm
0.443
KB
October 13 2019 10:59:01
root
0644
Notes.pm
8.117
KB
October 13 2019 10:59:01
root
0644
PPMMaker.pm
4.432
KB
October 13 2019 10:59:01
root
0644
PodParser.pm
1.274
KB
October 13 2019 10:59:01
root
0644
2017 © D7net | D704T team