[svn:mod_parrot] r421 - mod_parrot/branches/hll-modules/lib/Apache
[email protected] Thu, 18 Sep 2008 12:02:28 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz Date: Thu Sep 18 12:02:26 2008 New Revision: 421 Modified: mod_parrot/branches/hll-modules/lib/Apache/Module.pir Log: update docs Modified: mod_parrot/branches/hll-modules/lib/Apache/Module.pir ============================================================================== --- mod_parrot/branches/hll-modules/lib/Apache/Module.pir (original) +++ mod_parrot/branches/hll-modules/lib/Apache/Module.pir Thu Sep 18 12:02:26 2008 @@ -53,7 +53,7 @@ =over 4 -=item C<add(STRING name, ARRAY cmds)> +=item C<add(STRING name, STRING namespace, ARRAY cmds)> =over 4 @@ -62,9 +62,12 @@ an early interpreter startup. C<name> is the name of your module. It should be unique. HLLs should prepend -mdoule names with the name of the HLL to avoid conflicts. C<cmds> is an array -of hashes. Each element of the array defines a configuration directive. The -directive hash is defined as follows: +mdoule names with the name of the HLL to avoid conflicts. + +C<namespace> is the namespace of your module under ModParrot;HLL. + +C<cmds> is an array of hashes. Each element of the array defines a +configuration directive. The directive hash is defined as follows: =over 4