in reply to Re^4: Including dependencies while creating rpm packages of perl modules
in thread Including dependencies while creating rpm packages of perl modules

How are you trying to create the rpm for HTTP::Date? What command do you execute and what is its output?
  • Comment on Re^5: Including dependencies while creating rpm packages of perl modules

Replies are listed 'Best First'.
Re^6: Including dependencies while creating rpm packages of perl modules
by sathya_myl (Acolyte) on Dec 30, 2011 at 15:31 UTC

    cpan2rpm --debug --no-sign ~/builddir/test/HTTP-Date-6.00.tar.gz

    Unable to build module, the following dependencies have failed:
    perl >= 5.008008
    Stopped at /usr/bin/cpan2rpm line 491.

    Monks, any update for this thread.