Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-AutoRunmode CPAN distribution.

Report information
The Basics
Id: 57655
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-AutoRunmode

People
Owner: thilo [...] cpan.org
Requestors: aku.kauste [...] curling.fi
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.16
  • 0.15
Fixed in: 0.17



Subject: StartRunmode still dies with Apache2::Reload
Hello Thilo, The patch for bug 35987 seems to be broken. Removing even the warning from my original fix is ok, but the test for Apache2::Reload being loaded is broken. if ($ENV{MOD_PERL} && exists $INC{'Apache2::Reload'}){ Should be (in lines 181 & 213): if ($ENV{MOD_PERL} && exists $INC{'Apache2/Reload.pm'}) {
Oops, reopening bug 35987. Will make a new release with the hopefully correct patch...
From: aku.kauste [...] curling.fi
On Thu May 20 05:44:36 2010, THILO wrote: Show quoted text
> Corrected patch: > > http://bitbucket.org/thiloplanz/cgi-application-plugin- > autorunmode/changeset/bbd78b0becd5 > > Does this also work on Windows?
I don't have currently Apache + mod_perl installed in any windows box, but as far as I know it should work on Windows too. The $INC check works in windows too.