dougm       02/05/15 11:01:21

  Modified:    t/docs   startup.pl
  Log:
  the easy fix for bleedperl taint issue: don't use ExtUtils::testlib
  we don't need it anyhow.
  
  Revision  Changes    Path
  1.43      +0 -3      modperl/t/docs/startup.pl
  
  Index: startup.pl
  ===================================================================
  RCS file: /home/cvs/modperl/t/docs/startup.pl,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- startup.pl        6 Jul 2001 20:33:41 -0000       1.42
  +++ startup.pl        15 May 2002 18:01:21 -0000      1.43
  @@ -5,9 +5,6 @@
   }
   
   BEGIN {
  -    #./blib/lib:./blib/arch
  -    use ExtUtils::testlib;
  -
       use lib map { "$Apache::Server::CWD/$_" } qw(t/docs blib/lib blib/arch);
       require "blib.pl" if -e "./t/docs/blib.pl";
       #Perl ignores w/ -T
  
  
  


Reply via email to