1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 08:12:48 +01:00
imapsync/W/NTLM-1.09/DES/Makefile.PL
Nick Bebout c08a56e486 1.504
2012-09-02 19:08:57 -05:00

13 lines
327 B
Perl

#!/usr/bin/perl
use ExtUtils::MakeMaker;
#
WriteMakefile(
'NAME' => 'Authen::NTLM::DES',
'VERSION_FROM' => 'DES.pm',
($] >= 5.005 ? ## Add these new keywords supported since 5.005
('AUTHOR' => 'David (Buzz) Bussenschutt <davidbuzz@gmail.com>, Mark Bush <Mark.Bush@bushnet.demon.co.uk>') : ()),
);