From b37c54af8999d4b762bc5532a5ded18c28f61270 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 24 Oct 2014 14:03:55 -0700 Subject: Revert "Update ExtUtils-MakeMaker to CPAN version 7.00" This reverts commit 7b01e4b183c6629065260ae2befad5e5d4ab6b94. The newest ExtUtils::MakeMaker uses the :utf8 layers, which is not available under miniperl on Windows. So the build fails. Revert this for now until a fixed version is released. --- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod') diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod index af8df8837e..e5acb6a070 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod @@ -1,6 +1,6 @@ package ExtUtils::MakeMaker::FAQ; -our $VERSION = '7.00'; +our $VERSION = '6.98'; 1; __END__ -- cgit v1.2.1