Move Locale::Maketext::Simple from ext/ to dist/
[p5sagit/p5-mst-13.2.git] / dist / Switch / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     NAME => q[Switch],
4     VERSION_FROM => q[Switch.pm],
5     PREREQ_PM => { 'Filter::Util::Call' => 0, 'Text::Balanced' => 0 },
6     INSTALLDIRS => $] >= 5.00703 ? 'perl' : 'site',
7 );