]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - Makefile.PL
* Fix test comparsion to handle changes in HTML::Table (closes: #420048)
[deb_pkgs/libhtml-calendarmonth-perl.git] / Makefile.PL
index 0d0efd3a1aae34a439bcaf0d9f2d9e0b25766a91..c293ba754543953e913bd644a4b1d31e59ef3437 100644 (file)
@@ -43,8 +43,10 @@ WriteMakefile(
               VERSION_FROM => 'lib/HTML/CalendarMonth.pm',
               PREREQ_PM    => {
                                Time::Local        => 0,
-                               HTML::ElementTable => 1.13,
+                               HTML::ElementTable => 1.15,
                                DateTime::Locale   => 0,
+                               Class::Accessor    => 0,
+                               File::Spec         => 0,
                               },
               dist         => {
                                COMPRESS => 'gzip -9f',