GIF87a;
package Module::Build::Dumper; use strict; use warnings; our $VERSION = '0.4231'; # 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 | Type | Size | Permission | Actions |
---|---|---|---|---|
Platform | Folder | 0755 |
|
|
API.pod | File | 67.14 KB | 0444 |
|
Authoring.pod | File | 10.75 KB | 0444 |
|
Base.pm | File | 161.5 KB | 0444 |
|
Bundling.pod | File | 4.99 KB | 0444 |
|
Compat.pm | File | 18.85 KB | 0444 |
|
Config.pm | File | 1.08 KB | 0444 |
|
ConfigData.pm | File | 6.68 KB | 0444 |
|
Cookbook.pm | File | 16.93 KB | 0444 |
|
Dumper.pm | File | 454 B | 0444 |
|
Notes.pm | File | 8.12 KB | 0444 |
|
PPMMaker.pm | File | 4.43 KB | 0444 |
|
PodParser.pm | File | 1.27 KB | 0444 |
|
Tiny.pm | File | 9.17 KB | 0444 |
|