The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

use ExtUtils::MakeMaker;

# 

WriteMakefile(
    'NAME'		=> 'Authen::NTLM',
    'DIR'		=> ['DES', 'MD4'],
    'VERSION_FROM'	=> 'NTLM.pm',
    'PREREQ_PM' => { 'MIME::Base64' => 0 },
    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      ('AUTHOR'     => 'Mark Bush <Mark.Bush@bushnet.demon.co.uk>') : ()),
);