
torsten.foertsch at gmx
Mar 25, 2011, 10:07 AM
Post #2 of 2
(560 views)
Permalink
|
|
Re: Fwd: [rt.cpan.org #66894] Apache::SizeLimit: Linux::Smaps detection broken
[In reply to]
|
|
On Friday, March 25, 2011 17:58:26 Fred Moyer wrote: > - if (eval { require Linux::Smaps } && Linux::Smaps->new($$)) { > + if (eval { require Linux::Smaps && Linux::Smaps->new($$) }) { +1 Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] perl For additional commands, e-mail: dev-help [at] perl
|