Skip to content

Commit

Permalink
- add more todos
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Apr 30, 2013
1 parent f2bd49a commit 819ac85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/fpm/package/cpan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ def input(package)
# TODO(sissel): dependencies in metadata["prereqs"]["runtime"]["requires"] ?

::Dir.chdir(build_path) do
# TODO(sissel): install build and config dependencies temporarily?
# TODO(sissel): install build and config dependencies to resolve
# build/configure requirements.
# META.yml calls it 'configure_requires' and 'build_requires'
# META.json calls it prereqs/build and prereqs/configure

safesystem(attributes[:cpan_perl_bin], "Makefile.PL")
make = [ "make" ]
Expand Down

0 comments on commit 819ac85

Please sign in to comment.