This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reach back one higher up when searching for PERL_SRC.
[perl5.git] / ext / Filter / Util / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4         NAME            => 'Filter::Util::Call',
5         VERSION_FROM    => 'Call.pm',
6        MAN3PODS        => {},  # Pods will be built by installman.
7 );