Konstantin S. Uvarin
/
MVC-Neaf-0.2901
/
STYLE.md
STYLE GUIDE
Please read this file carefully if you are going to contribute.
CODE STYLE
-
Indentation 4 spaces.
-
Use Egyptian braces always:
sub foo {
return "bar";
};
-
Use 5.8.8 features only (no defined-or, HOW I miss it).
-
Try to avoid spaces at end-of-line.
-
Try to keep lines <80 chars
COMMIT
or
perl Makefile.PL && make test
etc.
- This distribution has .githooks directory if you want real stricture,
but that's optional.
RELEASE CHECKLIST
Follow the CHECKLIST file in this directory before uploading a new version
to CPAN. It contains some additional quality concerns and smoke test.