Index: docs/configuration.pod =================================================================== --- docs/configuration.pod (revision 18348) +++ docs/configuration.pod (working copy) @@ -21,11 +21,12 @@ F uses F, F should be in a directory called F; the full path might be F. -Generally, when adding a new test you should add a new step unless a test -I belongs in a current step. For example, if we added a new -user-configurable type called C, you should add the test for its size -in F; however, if you were testing what dynaloading -capabilities are available, you should create a new step. +Generally, when adding a new component to the configuration process you should +add a new step unless that component I belongs in a current step. For +example, if you added a new user-configurable type called C, you would +add the code used to determine its size in F. However, +if you were determining what dynaloading capabilities are available, you would +create a new step. =head2 Initialization Steps @@ -93,10 +94,10 @@ New steps should be added in one of the three folders mentioned above. -All steps are really classes; they each exist in a unique namespace. The -namespace used depends on the tests relative path in the source tree minus sans -the F prefix. For example, the step F uses -the C namespace. +All steps are really classes; each exists in a unique namespace. The +namespace used depends on the step's relative path in the source tree sans the +F prefix. For example, the step F uses the +C namespace. They should define the following methods: