[Boston.pm] Advice on Perl for RPM?

2011-06-18 Thread James Eshelman
I’ve looked over the CPAN modules that allow running RPM builds from Perl. RPM::Make::DWIW seems to be the best choice there, although too new (2010) to have any reviews. I’m just curious if anyone on this list has any experience with it (or one of the alternatives) that they’d care to

[Boston.pm] Apache/mod_perl 2 = 1?

2011-06-18 Thread James Eshelman
A while back I worked with a big perl app running under mod_perl and apache2, but actually running in version 1 mode. The problem is that the details of how this was accomplished are a bit sketchy in my mind. Apache2::compat was definitely part of it and is well documented on the mod perl

Re: [Boston.pm] Advice on Perl for RPM?

2011-06-18 Thread Ben Tilly
I've just finished 2 weeks of packaging a ton of CPAN modules into rpms. Before that I had never touched the format. So I have some recent very direct experience with packaging rpms, from the point of view of a novice. My first reaction is to ask why you would want this? To use it you have to

Re: [Boston.pm] Advice on Perl for RPM?

2011-06-18 Thread Steve Scaffidi
Have you checked this out? http://search.cpan.org/dist/CPANPLUS-Dist-RPM -- -- Steve Scaffidi step...@scaffidi.net ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Advice on Perl for RPM?

2011-06-18 Thread Ben Tilly
I had missed that. I suspect that for what I was doing it would have saved a lot of work - except where it wouldn't. On Sat, Jun 18, 2011 at 9:19 AM, Steve Scaffidi step...@scaffidi.net wrote: Have you checked this out? http://search.cpan.org/dist/CPANPLUS-Dist-RPM -- -- Steve Scaffidi

Re: [Boston.pm] Advice on Perl for RPM?

2011-06-18 Thread Steve Scaffidi
I've never used the RPM one, but the dpkg one is decent. I *have* used cpan2dist, which might actually use that module under-the-covers. I recall it worked pretty well. on debian we have dh-make-perl which is *quite* nice. On Sat, Jun 18, 2011 at 12:24 PM, Ben Tilly bti...@gmail.com wrote: I had

Re: [Boston.pm] Advice on Perl for RPM?

2011-06-18 Thread Ben Tilly
That gets at one piece of advice. My bitter opinion is that the only reason to use an rpm based system is that someone else made that decision for you. All of this is much, much better on Debian. On Sat, Jun 18, 2011 at 10:09 AM, Steve Scaffidi step...@scaffidi.net wrote: I've never used the

Re: [Boston.pm] Apache/mod_perl 2 = 1?

2011-06-18 Thread wm_whalen
I had replied earlier to James Eshelman's note, and my copy to the Boston PM list bounced. I am trying again from a different email agent. Date: Sat, 18 Jun 2011 13:23:51 -0400 To: James Eshelman ja...@nova-sw.com From: William Whalen Subject: Re: [Boston.pm] Apache/mod_perl 2 = 1? Cc: At

Re: [Boston.pm] Advice on Perl for RPM?

2011-06-18 Thread James Eshelman
Thanks Ben and Steve. Yes, we're being forced to repackage some code as rpm's by corporate decree. It's a fairly small one-time effort for a simple system, so that module appealed to me as a quick way of getting the job done without having to delve too deeply into the mysteries of spec

Re: [Boston.pm] Apache/mod_perl 2 = 1?

2011-06-18 Thread James Eshelman
Thanks William.Actually migrating the legacy code to Apache2 and mod_perl2 is what my client wants to avoid due to the cost of conversion. (The cost of conversion is way beyond any recoding and testing -- it's dictated by policy for a very active app with a large customer base that would