On 1 April 2014 07:50, C. L. Martinez carlopmart@gmail.com wrote:
But, anyone knows if it is possible to build a confident devel environment under CentOS with some tool to build rpm's perl modules without breaking anything in CentOS systems??
This is now rather out of date. But it will give you a start.
http://www.slideshare.net/davorg/perl-in-rpmland-presentation
Basically, "cpanspec" will build you a spec file which you can then use with "rpmbuild" to make your rpm.
Dave...