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
add ext/Devel/Peek
[perl5.git]
/
ext
/
Devel
/
Peek
/
Makefile.PL
1
use ExtUtils::MakeMaker;
2
WriteMakefile(
3
NAME => "Devel::Peek",
4
VERSION_FROM => 'Peek.pm',
5
'dist' => {
6
COMPRESS => 'gzip -9f',
7
SUFFIX => 'gz',
8
DIST_DEFAULT => 'all tardist',
9
},
10
MAN3PODS => ' ',
11
);