--- Makefile.PL +++ Makefile.PL @@ -4,13 +4,13 @@ use warnings; use 5.012; -use ExtUtils::MakeMaker 6.78; +use ExtUtils::MakeMaker 6.30; my %WriteMakefileArgs = ( "ABSTRACT" => "packages that provide templated software licenses", "AUTHOR" => "Ricardo Signes ", "CONFIGURE_REQUIRES" => { - "ExtUtils::MakeMaker" => "6.78" + "ExtUtils::MakeMaker" => "6.30" }, "DISTNAME" => "Software-License", "LICENSE" => "perl",