Apache-ConfigParser
view release on metacpan or search on metacpan
change with ServerRoot.
* t/httpd04.answer: Ditto.
* lib/Apache/ConfigParser.pm: Move all of the code that
checked if a particular directive's value is a path, a pipe
or a syslog into lib/Apache/ConfigParser/Directive.pm since
logically this code belongs with the directive and not with
the user of the directive. This meant moving the
%directive_has_non_abs_path hash to the Directive module.
Also rename the hash to %directive_value_takes_path to make
the name more accurate. Remove the declaration of
@EXPORT_OK since the module does not export anything now.
* lib/Apache/ConfigParser.pod: Ditto.
* lib/Apache/ConfigParser.pm: Allow pre_transform_path_sub and
post_transform_path_sub to operate on any file or directory
path that is a hash key of %directive_value_takes_path but
only prepend ServerRoot to directives that are a hash key of
%directive_value_takes_rel_path that have relative files
( run in 0.431 second using v1.01-cache-2.11-cpan-131fc08a04b )