This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix escaping in opcode.h generation
[perl5.git] / cpan / podlators / Makefile.PL
1 # core-only Makefile.PL
2 use ExtUtils::MakeMaker;
3 WriteMakefile (
4     NAME          => 'Pod',
5     DISTNAME      => 'podlators',
6     VERSION_FROM  => 'VERSION',
7 );