Perl RPMMD Coding Guidelines

Test-driven Development

* do not to commit code which does not pass tests
* try not to commit code without a test

Code Style

* use 2 spaces for indentation and displayed tab width of 8

Logging

* never log strings marked for translation
