mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
added Perl coding conventions
This commit is contained in:
parent
6f89287948
commit
d36278a815
1 changed files with 13 additions and 0 deletions
|
|
@ -542,3 +542,16 @@ messages to report programming errors detected at runtime.
|
|||
They may not be used in messages that indicate errors in the
|
||||
program's inputs or operation.<P>
|
||||
|
||||
<H2>Perl source code</H2>
|
||||
|
||||
Perl must not be required for building, installing, or using the BIND 9
|
||||
name server. It may be used for things like test scripts and optional
|
||||
server add-on components.<P>
|
||||
|
||||
Perl 5 is assumed; Perl scripts do not need to work in Perl 4.<P>
|
||||
|
||||
Perl source code should follow the conventions for C source code
|
||||
where applicable.<P>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue