Skip Menu |

This queue is for tickets about the Apache-Admin-Config CPAN distribution.

Report information
The Basics
Id: 70144
Status: open
Priority: 0/
Queue: Apache-Admin-Config

People
Owner: MARKWHI [...] cpan.org
Requestors: thomson.dan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.94
Fixed in: (no value)



I have an instance where Apache::Admin::Config parses a modperl config with <perl></perl> tags, and in the perl section there's some lines that don't match the directive regex in Apache::Admin::Config::Trees::_parse (elsif($line =~ /^(\w+)(?:\s+(.*?)|)$/)) but are valid Perl. eg. <perl> App::Test->application()->start(); </perl> Will work in Perl but not be allowed by Apache::Admin::Config because it won't pass the directive regex in _parse(). Is it possible to update Apache::Admin::Config to allow for these situations? I'm thinking it's entirely possible you have no interest in accommodating this, but figured it was worth checking. Thanks for you time, Dan