<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1434979176296_2281">Perl Folks,</div><div id="yui_3_16_0_1_1434979176296_2386">What tool are people using to build package structures in 2015?  A Google on Perl Monks did not bring up anything "modern".</div><div id="yui_3_16_0_1_1434979176296_2385"> </div><div id="yui_3_16_0_1_1434979176296_2309" dir="ltr">I've been using /usr/bin/modulemaker on EL5 for years.  Now it does not appear that it is part of the EL6 repos in 2015.</div><div id="yui_3_16_0_1_1434979176296_2384" dir="ltr"> </div><div id="yui_3_16_0_1_1434979176296_2320" dir="ltr">[el5] $ rpm -q --whatprovides /usr/bin/modulemaker<br>perl-ExtUtils-ModuleMaker-0.51-1.fc12.noarch</div><div id="yui_3_16_0_1_1434979176296_2319" dir="ltr"> </div><div id="yui_3_16_0_1_1434979176296_2317" dir="ltr">[el6]$ sudo yum install perl-ExtUtils-ModuleMaker<br>No package perl-ExtUtils-ModuleMaker available.</div><div id="yui_3_16_0_1_1434979176296_2361" dir="ltr"> </div><div id="yui_3_16_0_1_1434979176296_2362" dir="ltr">$ sudo yum install /usr/bin/modulemaker<br>No package /usr/bin/modulemaker available.</div><div id="yui_3_16_0_1_1434979176296_2381" dir="ltr"> </div><div id="yui_3_16_0_1_1434979176296_2366" dir="ltr">Ideally a modern module maker would have a Moo/Moose/Mouse choice.  Install normal tests like pod coverage, changes, kwalitee, pod spell.</div><div id="yui_3_16_0_1_1434979176296_2378" dir="ltr"> </div><div id="yui_3_16_0_1_1434979176296_2379" dir="ltr">Any best practices from the group?  For today, I made one on EL5 and committed to repo to develop on EL6.</div><div id="yui_3_16_0_1_1434979176296_2382" dir="ltr">Thanks,</div><div id="yui_3_16_0_1_1434979176296_2383" dir="ltr">Mike</div></div></body></html>