
fred at taperfriendlymusic
Jul 1, 2006, 10:27 PM
Post #1 of 2
(1559 views)
Permalink
|
|
[patch] tiny fix in custom.pod
|
|
Index: src/docs/2.0/user/config/custom.pod =================================================================== --- src/docs/2.0/user/config/custom.pod (revision 418552) +++ src/docs/2.0/user/config/custom.pod (working copy) @@ -822,7 +822,7 @@ use Apache2::Module (); use Apache2::CmdParms (); my @directives = (...); - Apache2::Module::add(__PACKLAGE__, \@directives); + Apache2::Module::add(__PACKAGE__, \@directives); ... sub SERVER_CREATE { my ($class, $parms) = @_; --------------------------------------------------------------------- To unsubscribe, e-mail: docs-dev-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-dev-help[at]perl.apache.org
|