Skip Menu |

This queue is for tickets about the Maypole CPAN distribution.

Report information
The Basics
Id: 35264
Status: open
Priority: 0/
Queue: Maypole

People
Owner: Nobody in particular
Requestors: robin.ge [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 2.12
  • 2.121
  • 2.13
Fixed in: (no value)



Subject: Apache2::Request missing warn sub
Get a 500 error and this message in apache error log, whenever a warn is called. Occurred after I upgraded from the 2.11 release in Ubuntu to 2.13 from cpan, although it could be down to changes in another module. [Mon Apr 21 16:51:21 2008] [error] [client 127.0.0.1] Can't locate auto/Apache2/Request/warn.al in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . /etc/apache2) at /usr/local/share/perl/5.8.8/Apache/MVC.pm line 118\n Rob
On Mon Apr 21 12:07:42 2008, robinedwards wrote: Show quoted text
> > Get a 500 error and this message in apache error log, whenever a warn is > called. Occurred after I upgraded from the 2.11 release in Ubuntu to > 2.13 from cpan, although it could be down to changes in another module. > > [Mon Apr 21 16:51:21 2008] [error] [client 127.0.0.1] Can't locate > auto/Apache2/Request/warn.al in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 > /usr/local/lib/site_perl . /etc/apache2) at > /usr/local/share/perl/5.8.8/Apache/MVC.pm line 118\n
Is this fixed in the (now applied) patch you sent - changing require Apache2::Log to 'use' instead ?