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;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Platform | Folder | 0755 |
|
|
API.pod | File | 66.87 KB | 0644 |
|
Authoring.pod | File | 10.75 KB | 0644 |
|
Base.pm | File | 162.47 KB | 0644 |
|
Bundling.pod | File | 4.96 KB | 0644 |
|
Compat.pm | File | 17.96 KB | 0644 |
|
Config.pm | File | 1.08 KB | 0644 |
|
ConfigData.pm | File | 6.96 KB | 0644 |
|
Cookbook.pm | File | 16.93 KB | 0644 |
|
Dumper.pm | File | 446 B | 0644 |
|
ModuleInfo.pm | File | 625 B | 0644 |
|
Notes.pm | File | 8.33 KB | 0644 |
|
PPMMaker.pm | File | 4.54 KB | 0644 |
|
PodParser.pm | File | 1.31 KB | 0644 |
|
Version.pm | File | 361 B | 0644 |
|
YAML.pm | File | 401 B | 0644 |
|