summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/Data/Dumper/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/ext/Data/Dumper/Makefile.PL')
-rw-r--r--contrib/perl5/ext/Data/Dumper/Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/perl5/ext/Data/Dumper/Makefile.PL b/contrib/perl5/ext/Data/Dumper/Makefile.PL
new file mode 100644
index 0000000..6c94e95d
--- /dev/null
+++ b/contrib/perl5/ext/Data/Dumper/Makefile.PL
@@ -0,0 +1,11 @@
+use ExtUtils::MakeMaker;
+WriteMakefile(
+ NAME => "Data::Dumper",
+ VERSION_FROM => 'Dumper.pm',
+ 'dist' => {
+ COMPRESS => 'gzip -9f',
+ SUFFIX => 'gz',
+ DIST_DEFAULT => 'all tardist',
+ },
+ MAN3PODS => ' ',
+);
OpenPOWER on IntegriCloud