mirror of
https://github.com/jordansissel/fpm
synced 2025-08-28 03:51:42 +02:00
Perl modules have both META.json and META.yml. In the JSON, the perl dependency appears as a string `"5.004"`, but in YAML it appears as a number `5.004`! This may cause fpm to fail when trying to convert the perl version into a dependency, so we now always treat the perl version as a string. Hopefully fixes #1514 |
||
---|---|---|
.. | ||
fpm | ||
fpm.rb |