Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: Dev

What does it mean?

 

 

ModPerl dev RSS feed   Index | Next | Previous | View Threaded


torsten.foertsch at gmx

Aug 23, 2009, 6:49 AM

Post #1 of 1 (471 views)
Permalink
What does it mean?

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

ModPerl dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.