richter     2005/06/19 01:52:25

  Modified:    .        Changes.pod Makefile.PL
  Log:
  rc4
  
  Revision  Changes    Path
  1.273     +1 -1      embperl/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Changes.pod,v
  retrieving revision 1.272
  retrieving revision 1.273
  diff -u -r1.272 -r1.273
  --- Changes.pod       6 May 2005 07:15:36 -0000       1.272
  +++ Changes.pod       19 Jun 2005 08:52:25 -0000      1.273
  @@ -1,6 +1,6 @@
   =pod
   
  -=head4 2.0.rc4
  +=head4 2.0.rc4 19. Juni 2005
   
      - Adapted to new mod_perl namespace. Embperl now works correctly
        with mod_perl version >= 2.0rc5 (older version are still supported)
  
  
  
  1.78      +12 -1     embperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/embperl/Makefile.PL,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- Makefile.PL       6 May 2005 07:15:36 -0000       1.77
  +++ Makefile.PL       19 Jun 2005 08:52:25 -0000      1.78
  @@ -591,6 +591,17 @@
               $mp2cfg = Apache::BuildConfig -> new ;
               print "Found mod_perl 2.0\n" ;
            }
  +        else
  +         {
  +            eval 'use Apache2::BuildConfig' ;
  +
  +            if ($@ eq '')
  +                { 
  +             $mp2Apache2 = 1 ;
  +                $mp2cfg = Apache2::BuildConfig -> new ;
  +                print "Found mod_perl 2.0\n" ;
  +             }
  +         }
           }
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to