Move podlators from lib to ext.
[p5sagit/p5-mst-13.2.git] / ext / 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 );