]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blob - Makefile.PL
the firstDayofWeek for ga_IE is now Monday in glibc
[deb_pkgs/libhtml-calendarmonth-perl.git] / Makefile.PL
1 use strict;
2 use warnings;
3
4 use ExtUtils::MakeMaker;
5
6 my %prereq_pm = (
7     "Class::Accessor"    => 0,
8     "DateTime::Locale"   => "0.45",
9     "File::Which"        => 0,
10     "HTML::ElementTable" => "1.18",
11     "Time::Local"        => 0,
12 );
13
14 WriteMakefile(
15   NAME         => 'HTML-CalendarMonth',
16   VERSION_FROM => 'lib/HTML/CalendarMonth.pm',
17   PREREQ_PM    => \%prereq_pm,
18 );