X7ROOT File Manager
Current Path:
/usr/share/perl5/vendor_perl/Module/Build
usr
/
share
/
perl5
/
vendor_perl
/
Module
/
Build
/
??
..
??
API.pod
(67.09 KB)
??
Authoring.pod
(10.75 KB)
??
Base.pm
(161.33 KB)
??
Bundling.pod
(4.99 KB)
??
Compat.pm
(18.1 KB)
??
Config.pm
(1.08 KB)
??
ConfigData.pm
(6.68 KB)
??
Cookbook.pm
(16.93 KB)
??
Dumper.pm
(454 B)
??
Notes.pm
(8.12 KB)
??
PPMMaker.pm
(4.43 KB)
??
Platform
??
PodParser.pm
(1.27 KB)
Editing: Dumper.pm
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;
Upload File
Create Folder