From d36278a8157b9c634d5cf37fc6c3c81a53bf0b48 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 22 Jun 2000 18:11:21 +0000 Subject: [PATCH] added Perl coding conventions --- doc/dev/coding.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/dev/coding.html b/doc/dev/coding.html index 5aed7a6a91..d46dd30e3e 100644 --- a/doc/dev/coding.html +++ b/doc/dev/coding.html @@ -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.

+

Perl source code

+ +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.

+ +Perl 5 is assumed; Perl scripts do not need to work in Perl 4.

+ +Perl source code should follow the conventions for C source code +where applicable.

+ + +