Re: [DISCUSS] Next release VCL 2.4

2013-08-26 Thread Aaron Peeler
Hi Curtis, Yes, I was thinking of your original rpm spec file when I mentioned the rpm for RH distros. Thanks for contributing that piece. Aaron On Mon, Aug 26, 2013 at 2:11 PM, Curtis wrote: > A year or so ago I committed an RPM spec file for VCL. I'm sure it > could use some work, but we use

Re: [DISCUSS] Next release VCL 2.4

2013-08-26 Thread Curtis
A year or so ago I committed an RPM spec file for VCL. I'm sure it could use some work, but we use it to deploy the application. Also we have configuration management coded in both Ansible and Chef (but not Puppet), if that's what is meant here by configuration management and/or scripted install.

Re: Perl Code Style Guidelines

2013-08-26 Thread Aaron Peeler
Thanks, I agree. -A P.S. I'm probably the one driving you indention crazy :) as I have not been very consistent over the years On Mon, Aug 26, 2013 at 11:24 AM, Josh Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I used to only use spaces and never tabs until a stud

Re: Perl Code Style Guidelines

2013-08-26 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I used to only use spaces and never tabs until a student we had working for us explained how to mix them together in a way that makes wrapped lines of code line up nicely but still allows different people to use whatever tab width they prefer. The