
torsten.foertsch at gmx
Aug 23, 2009, 6:49 AM
Post #1 of 1
(471 views)
Permalink
|
Hi, in lib/ModPerl/BuildMM.pm:WriteMakefile() I found these lines (80-83): my $inc; $inc = $args{INC} if $args{INC}; $inc = " " . $build->inc; Shouldn't the last one read instead: $inc .= " " . $build->inc; Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe[at]perl.apache.org For additional commands, e-mail: dev-help[at]perl.apache.org
|