Skip to content

Commit

Permalink
Be consistent in letting newer Perl module versions meet the requirem…
Browse files Browse the repository at this point in the history
…ents, if not otherwise specified
  • Loading branch information
rjbell4 committed Jun 5, 2017
1 parent 37cc459 commit 16aa45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fpm/package/cpan.rb
Expand Up @@ -172,7 +172,7 @@ def input(package)
if v =~ /\s*[><=]/
self.dependencies << "#{name} #{v}"
else
self.dependencies << "#{name} = #{v}"
self.dependencies << "#{name} >= #{v}"
end
end
else
Expand Down

0 comments on commit 16aa45f

Please sign in to comment.