This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Parse::CPAN::Meta from ext/ to cpan/
[perl5.git] / ext / 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 );