Han-Wen Nienhuys, Fri, Dec 08, 2006 18:15:25 +0100: > -my %pm = ('Git.pm' => '$(INST_LIBDIR)/Git.pm'); > + > +$src_prefix = ''; > +if (!($ENV{'PERL_SRCDIR'} eq "")) { > + $src_prefix = $ENV{'PERL_SRCDIR'} . "/" > +} Hurts my eyes :) $src_prefix = defined($ENV{PERL_SRCDIR}) ? "$ENV{PERL_SRCDIR}/": ''; could be shorter, unless you want (you do) strict syntax check. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html