1 #!/usr/bin/env perl 2 use ExtUtils::MakeMaker; 3 WriteMakefile( 4 PREREQ_PM => { 5 'AnyEvent::HTTPD' => '0.93', 6 } 7 );