Update perl5115delta.pod with today's changes
[p5sagit/p5-mst-13.2.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 );