Skip to content

Commit

Permalink
Fix for non-numeric version comparison with some EU::MM versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Jan 1, 2010
1 parent a3d3901 commit 5df1a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -31,7 +31,7 @@ my %params = (
'PREREQ_PM' => \%deps,
);

if ( $ExtUtils::MakeMaker::VERSION >= 6.46 ) {
if ( $ExtUtils::MakeMaker::VERSION ge '6.46' ) {
$params{META_MERGE} = { resources => \%resources };
}

Expand Down

0 comments on commit 5df1a09

Please sign in to comment.