You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2004/08/30 01:31:19 UTC

cvs commit: httpd-apreq-2 Makefile.PL

joes        2004/08/29 16:31:19

  Modified:    .        Makefile.PL
  Log:
  Add additional prereq checks to Makefile.PL
  
  Revision  Changes    Path
  1.10      +2 -0      httpd-apreq-2/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/Makefile.PL,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Makefile.PL	5 Jul 2004 05:22:17 -0000	1.9
  +++ Makefile.PL	29 Aug 2004 23:31:19 -0000	1.10
  @@ -40,6 +40,8 @@
           test_prereq "mod_perl";
           test_prereq "Apache::Test";
           test_prereq "ExtUtils::MakeMaker";
  +        test_prereq "ExtUtils::XSBuilder";
  +        test_prereq "Test::More";
       }
   
       delete @opts{@flags};