Changeset 6655 for lib/pugs/hack.pod
- Timestamp:
- 09/02/05 10:22:42 (3 years ago)
- Files:
-
- 1 modified
-
lib/pugs/hack.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/pugs/hack.pod
r6569 r6655 265 265 but perl-mode works better than cperl-mode. 266 266 267 Where applicable, conventions documented in Damian Conway's "Perl Best 268 Practices" book (Oreilly, 2005) should be followed by default. At the very 269 least, all indenting should be done with spaces (4 per indent level) rather than 270 tabs, so the code and documentation looks the same to everyone. 271 267 272 =head2 Testing 268 273
