Debian lenny version packages
[pkg-perl] / deb-src / libemail-date-format-perl / libemail-date-format-perl-1.002 / Makefile.PL
1 use strict;
2 use ExtUtils::MakeMaker;
3
4 WriteMakefile (
5   AUTHOR        => 'Ricardo SIGNES <rjbs@cpan.org>',
6   ABSTRACT      => "produce RFC 8822 date strings",
7   NAME          => 'Email::Date::Format',
8   (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
9   PREREQ_PM     => {
10     'Test::More'  => '0.47',  # core
11     'Time::Local' => '0.000', # core
12   },
13   VERSION_FROM  => 'lib/Email/Date/Format.pm',
14 );