http://qs321.pair.com?node_id=1018563


in reply to Re^4: Finding Module Versions - How Would You Do It?
in thread Finding Module Versions - How Would You Do It?

Haven't tried cpan2deb but cpan2rpm does not work with many CPAN modules and also it doesn't deal with dependencies the way CPAN does. So I guess they aren't as magical as you think.
  • Comment on Re^5: Finding Module Versions - How Would You Do It?

Replies are listed 'Best First'.
Re^6: Finding Module Versions - How Would You Do It?
by Anonymous Monk on Feb 15, 2013 at 20:14 UTC

    Haven't tried cpan2deb but cpan2rpm does not work with many CPAN modules and also it doesn't deal with dependencies the way CPAN does. So I guess they aren't as magical as you think.

    Sure they are, why complicate things?

    simple way, first build 500 perl modules and all required dependencies, and then make an rpm -- there you go

    build it the way the debian release managers build it, one module at a time, until you have a chain of dependencies

    It doesn't get more magical than this