This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
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 );