--- Makefile.PL +++ Makefile.PL @@ -4,13 +4,13 @@ use warnings; use 5.012; -use ExtUtils::MakeMaker 6.78; +use ExtUtils::MakeMaker 6.31; my %WriteMakefileArgs = ( "ABSTRACT" => "write your linewise code for handles; this does the rest", "AUTHOR" => "Ricardo SIGNES ", "CONFIGURE_REQUIRES" => { - "ExtUtils::MakeMaker" => "6.78" + "ExtUtils::MakeMaker" => "6.31" }, "DISTNAME" => "Mixin-Linewise", "LICENSE" => "perl",