The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME => 'REST::Application',
    'VERSION_FROM' => 'lib/REST/Application.pm', 
    'PREREQ_PM' => { 
        'CGI' => 0,
        'Tie::IxHash' => 0,
    },
    ABSTRACT   => 'A framework for building RESTful Applications.',
    AUTHOR     => 'Matthew O\'Connor <matthew@canonical.org>',
);