Changeset 6655 for lib

Show
Ignore:
Timestamp:
09/02/05 10:22:42 (3 years ago)
Author:
Darren_Duncan
Message:

In lib/pugs/hack.pod, added asuggestion under 'Editing' to follow Damian's 'Perl Best Practices' where applicable, such as doing all indenting with spaces

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r6569 r6655  
    265265but perl-mode works better than cperl-mode. 
    266266 
     267Where applicable, conventions documented in Damian Conway's "Perl Best 
     268Practices" book (Oreilly, 2005) should be followed by default.  At the very 
     269least, all indenting should be done with spaces (4 per indent level) rather than 
     270tabs, so the code and documentation looks the same to everyone. 
     271 
    267272=head2 Testing 
    268273