stas        2003/08/15 16:56:16

  Modified:    .        Makefile.PL
  Log:
  remove the mistaken my() masking
  
  Revision  Changes    Path
  1.122     +1 -1      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.121
  retrieving revision 1.122
  diff -u -r1.121 -r1.122
  --- Makefile.PL       12 Aug 2003 23:13:19 -0000      1.121
  +++ Makefile.PL       15 Aug 2003 23:56:16 -0000      1.122
  @@ -97,7 +97,7 @@
       if (my $apr_bindir = $build->apr_bindir()) {
           my @apr_libs = grep $_, map { -x $_ && qx{$_ --link-ld} }
               map { qq{$apr_bindir/$_-config} } qw(apr apu);
  -        my $opt_define = '-DMP_HAVE_APR_LIBS' if @apr_libs;
  +        $opt_define = '-DMP_HAVE_APR_LIBS' if @apr_libs;
       }
   
       # preserve any DEFINE opts from outside and combine them with our
  
  
  

Reply via email to