I always make my perl module following the CPAN-complient tree. I would like to use this tree to create a rpm file I could install on a hundreth servers.
Is it possible to make a rpm package with ExtUtils::MakeMaker?
Where could a 'helloworld' procedure be found?
I browsed the internet and found the program (http://search.cpan.org/~sbeck/cpantorpm-1.00/cpantorpm)
cpantorpm [option] MODULE
I cannot understand what kind of module is MODULE : is it a cpan module on a cpan repository, a cpan module in a file system, a installed cpan module (then I have to do make && make test && make install at least ones on a distant server) or a installed perl module?
Thank for your indications.