Skip to content

Commit

Permalink
Merge pull request #1203 from liger1978/fix_merge
Browse files Browse the repository at this point in the history
Ensured result is not nil. Fixes #1202.
  • Loading branch information
jordansissel committed Oct 16, 2016
2 parents 9af51d7 + 33216ad commit e9a6f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ llasram
sbuss
Brett Gailey (github: dnbert)
Daniel Haskin (github: djhaskin987)
Richard Grainger (github: liger1978)

If you have contributed (bug reports, feature requests, help in IRC, blog
posts, code, etc) and aren't listed here, please let me know if you wish to be
Expand Down
1 change: 1 addition & 0 deletions lib/fpm/package/cpan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def input(package)

if File.exist?(package)
moduledir = package
result = {}
else
result = search(package)
tarball = download(result, version)
Expand Down

0 comments on commit e9a6f63

Please sign in to comment.