X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=a31e06a9c2130122769332936bda9c0baa713796;hb=ed44be48bb467d82127717d1ae2d11890aaf329b;hp=0000000000000000000000000000000000000000;hpb=982e2bb08f00d800e2cd9fb65b108231719c8a65;p=deb_pkgs%2Flibhtml-calendarmonth-perl.git diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..a31e06a --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,18 @@ +use strict; +use warnings; + +use ExtUtils::MakeMaker; + +my %prereq_pm = ( + "Class::Accessor" => 0, + "DateTime::Locale" => "0.45", + "File::Which" => 0, + "HTML::ElementTable" => "1.18", + "Time::Local" => 0, +); + +WriteMakefile( + NAME => 'HTML-CalendarMonth', + VERSION_FROM => 'lib/HTML/CalendarMonth.pm', + PREREQ_PM => \%prereq_pm, +);