summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 9bbefa1dae9e46ade61f4fd6b78a5e1150ed2851 (plain)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME          => 'HTML::CalendarMonthSimple',
    ABSTRACT_FROM => 'lib/HTML/CalendarMonthSimple.pm',
    VERSION_FROM  => 'lib/HTML/CalendarMonthSimple.pm',
    AUTHOR        => 'Michael R. Davis (qw{perl michaelrdavis com})',
    PREREQ_PM     => {
                      'Test::Simple' => 0.44,
                      'Date::Calc'   => 0,
                     },
);