Eviscerate README.macos to match the state of the world
[p5sagit/p5-mst-13.2.git] / dist / Switch / Makefile.PL
CommitLineData
b7b3275c 1use ExtUtils::MakeMaker;
2WriteMakefile(
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);