This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Store the BM table in mg_ptr instead of after SvCUR().
[perl5.git] / ext / Devel-Peek / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3         NAME            => "Devel::Peek",
4         VERSION_FROM    => 'Peek.pm',
5         XSPROTOARG      => '-noprototypes',
6         'dist'          => {
7                              COMPRESS   => 'gzip -9f',
8                              SUFFIX     => 'gz',
9                              DIST_DEFAULT => 'all tardist',
10                            },
11 );