blob: 8f6c79c5182d301f7302e8b4ac3bd10736fffd93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
=head1 NAME
Committer Guide - a guide for EFS committers
=head1 ABSTRACT
This document gives helpful hints for EFS committers.
=head1 Codings Standards
EFS coding standards are enforced with the use of C<Perl::Critic>,
C<perltidy>, and other utilities. Tests for these standards exist in the
C<xt/> directory. Make sure these tests pass before committing every patch.
|