On Thursday 30 April 2009 10:27:45 David Fetter wrote:
> I'd also like to propose that "strict clean" be a minimum code quality
> metric for any Perl code in our code base.  A lot of what's in there
> is just about impossible to maintain.

use strict and use warnings, I think, although with use warnings I have 
occasionally run into the trouble of some old versions not supporting it (only 
via perl -w).

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to