Skip to content

Commit

Permalink
Following further discussion in RT 43008: In sections relating to tes…
Browse files Browse the repository at this point in the history
…ting of Perl 5 components, s/executable/program/g.

git-svn-id: https://svn.parrot.org/parrot/trunk@18617 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
jkeenan committed May 22, 2007
1 parent 3228571 commit c13cb72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tests.pod
Expand Up @@ -141,9 +141,9 @@ a C<fflush(stdout);> after the former.

At the present time most, if not all, of the programs used to configure, build
and install Parrot are written in Perl 5. These programs take the form of
executable files (F<*.pl>) and Perl modules (F<*.pm>) holding subroutines and
other variables imported into the executable files. Examples of such
executable files can be found under F<tools/>; examples of such Perl modules
program files (F<*.pl>) and Perl modules (F<*.pm>) holding subroutines and
other variables imported into the program files. Examples of such
program files can be found under F<tools/>; examples of such Perl modules
can be found under F<lib/Parrot/>.

All of these Perl 5 components ought to be tested. Fortunately, over the last
Expand All @@ -160,7 +160,7 @@ modules.

=item b

Those subroutines are then imported back into the executable file.
Those subroutines are then imported back into the program file.

=item c

Expand Down

0 comments on commit c13cb72

Please sign in to comment.