Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need to have a perl style if we've not got perl. | joe | 2002-05-16 | 1 | -246/+0 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -70/+78 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -4/+3 |
| | |||||
* | Scripts should contain a comment block describing what the script does. | joe | 2000-10-19 | 1 | -0/+13 |
| | |||||
* | Reference Larry Wall's perlstyle man page, and recommend it's use where | joe | 2000-10-18 | 1 | -4/+17 |
| | | | | | | | | entries in this guide don't override it. Requested by: markm Comment on tabulation style. | ||||
* | Use 'unless' instead of 'if (! ... )' where it improves readability. | joe | 2000-10-18 | 1 | -0/+7 |
| | |||||
* | Opening braces should be at the end of the controlling line. Else | joe | 2000-10-18 | 1 | -1/+33 |
| | | | | | | | and elsif belong on the same line as the closing brace for the previous if or elsif block. Suggested by: des | ||||
* | Contract a statement that's too verbose. | joe | 2000-10-18 | 1 | -2/+0 |
| | |||||
* | There are enough examples of using 'my $var = ...' definitions, so remove | joe | 2000-10-18 | 1 | -7/+0 |
| | | | | one. | ||||
* | All variables should be commented. | joe | 2000-10-18 | 1 | -0/+21 |
| | | | | | | | Local variables should be separated from function arguments by a blank line. Suggested by: des | ||||
* | Make subroutine prototypes mandatory. | joe | 2000-10-18 | 1 | -0/+20 |
| | | | | | | The main code should be wrapped in a MAIN:{ ... } declaration. Suggested by: des | ||||
* | Fix the places that I missed last commit: 'vars' not 'var'. | joe | 2000-10-18 | 1 | -2/+2 |
| | |||||
* | Correction: 'use vars ..' not 'use var'. | joe | 2000-10-17 | 1 | -1/+1 |
| | | | | Submitted by: des | ||||
* | Reclarify variable definition blocks. | joe | 2000-10-17 | 1 | -15/+59 |
| | | | | | | | Ask programmers to use modules where possible instead of reinventing the wheel. Use 'chomp' not 'chop' please. Fixup some mdoc. | ||||
* | An initial draft of a style guide for perl scripts in the tree. | joe | 2000-10-17 | 1 | -0/+98 |