This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
First steps of making builds outside the source
[perl5.git]
/
ext
/
Data
/
Dumper
/
Makefile.PL
1
use ExtUtils::MakeMaker;
2
WriteMakefile(
3
NAME => "Data::Dumper",
4
VERSION_FROM => 'Dumper.pm',
5
'dist' => {
6
COMPRESS => 'gzip -9f',
7
SUFFIX => 'gz',
8
DIST_DEFAULT => 'all tardist',
9
},
10
MAN3PODS => {},
11
);