The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Copyright (c) 2012, cPanel, Inc.
# All rights reserved.
# http://cpanel.net/
#
# This is free software; you can redistribute it and/or modify it under the same
# terms as Perl itself.  See the LICENSE file for further details.

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'         => 'Mail::Alias::Reader',
    'VERSION_FROM' => 'lib/Mail/Alias/Reader.pm',
    'AUTHOR'       => 'Erin Schönhals (erin@cpanel.net)',
    'ABSTRACT'     => 'Parse aliases(5) and ~/.forward declarations',
    'PREREQ_PM'    => {
        'Test::More'      => 0,
        'Test::Exception' => 0
    }
);