Update of /cvsroot/fink/fink
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25395

Modified Files:
        STYLE 
Log Message:
Explain how to do it.


Index: STYLE
===================================================================
RCS file: /cvsroot/fink/fink/STYLE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- STYLE       17 Feb 2004 03:55:22 -0000      1.1
+++ STYLE       19 Jun 2006 20:15:37 -0000      1.2
@@ -1,3 +1,4 @@
+==========
 <http://thread.gmane.org/gmane.os.apple.fink.devel/6012>
 
 From: Max Horn <max <at> quendi.de>
@@ -20,4 +21,15 @@
        ...
    }
 * use a whitespace after keywords:  "if (foo)" and not "if(foo)"
+==========
+
+Also, all perl code should be clean under "-w" and "strict"
+standards. A typical perl script would thus begin:
+
+  #!/usr/bin/perl -w
+  # -*- mode: Perl; tab-width: 4; -*-
+  use strict;
 
+and end:
+
+  # vim: ts=4 sw=4 noet



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to