1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-28 03:51:42 +02:00
fpm/lib
Jordan Sissel 06e8005982 Always treat perl dependency version as a string.
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
2018-07-03 21:53:32 -07:00
..
fpm Always treat perl dependency version as a string. 2018-07-03 21:53:32 -07:00
fpm.rb add missing apk require 2016-08-04 20:20:08 +01:00