use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Variable::Alias', 'VERSION_FROM' => 'Alias.pm', 'PREREQ_PM' => { 'Switch' => 2.09, 'Test::More' => 0.46 }, 'ABSTRACT_FROM' => 'Alias.pm', 'AUTHOR' => 'Brent Dax <brentdax@cpan.org>' );