You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/07/18 21:05:56 UTC

cvs commit: modperl/Util Makefile.PL

dougm       98/07/18 12:05:56

  Modified:    Util     Makefile.PL
  Log:
  make sure Apache::src can be found
  
  Revision  Changes    Path
  1.2       +1 -1      modperl/Util/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /export/home/cvs/modperl/Util/Makefile.PL,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.PL	1998/07/18 14:44:15	1.1
  +++ Makefile.PL	1998/07/18 19:05:55	1.2
  @@ -3,7 +3,7 @@
   # the contents of the Makefile that is written.
   
   use ExtUtils::testlib;
  -use lib qw(../blib/lib ../blib/arch);
  +use lib qw(../blib/lib ../blib/arch ../lib);
   
   use Apache::src ();
   my $src = Apache::src->new;