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

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME         => 'Catalyst::Authentication::Credential::Kerberos',
    VERSION_FROM => 'lib/Catalyst/Authentication/Credential/Kerberos.pm',
    PREREQ_PM    => {
        'Catalyst::Authentication::Credential::Password' => 0,
        'Carp'                                           => 0,
        'Catalyst::Exception'                            => 0,
        'Test::More'                                     => 0,
        'Authen::Krb5::Simple'                           => 0,
    },
);