Make given() statements return the last evaluated expression
[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 },
ac9fc527 6 INSTALLDIRS => ($] >= 5.00703 && $] < 5.011) ? 'perl' : 'site',
b7b3275c 7);