Peter Eisch wrote:
Watercooler chatting got me to learn it.  I don't like stumbling onto 'use'
statements inside conditionals but it seems to be necessary to evaluate
->port properly.

Except that unless you wrap that in an eval, or do the equivalent thing using 'require', you are going to break the plugin for _everyone_ who doesn't have Apache installed (i.e. APR::namespace). See the code at line 70 or so that uses require + import to conditionally load Apache-specific code without poisoning the code like 'use' does...

John

Reply via email to