Christopher H. Laco wrote: > I'm working on a site running under Catalyst under ModPerl > 2.0.2/Apache2.0.55. > > As soon as I tried loading Text::Textile in any way, apache segfaults, > even when just doing apachectl configtest. > > Text::Textile is a pure perl module, and uses Exporter. Nothing special. > > I started rebuilding a copy of the lib function by function, and the > line that finally caused a sefault is this line: > > > my $Have_ImageSize; = eval 'use Image::Size; 1' ? 1 : 0; > > Anyone seem this problem before? > > -=Chris
Sorry for the typo, I didn't backtrack during testing... The real line is: my $Have_ImageSize = eval 'use Image::Size; 1' ? 1 : 0;
signature.asc
Description: OpenPGP digital signature