Skip to content

Commit

Permalink
Relax MakeMaker version restriction
Browse files Browse the repository at this point in the history
It turned out that the version required for installation of this module was
too high and this caused problems for downstream modules when configuring
the module for installation.  This puts the version restriction back to that
matching when the TEST_REQUIRES parameter was added.
  • Loading branch information
Paul Cochrane committed Sep 10, 2015
1 parent 12815fb commit f6437bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
@@ -1,7 +1,7 @@
use strict;
use warnings;

use ExtUtils::MakeMaker '7.0';
use ExtUtils::MakeMaker '6.64';

WriteMakefile(
NAME => 'Devel::LeakGuard::Object',
Expand Down

0 comments on commit f6437bf

Please sign in to comment.