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 st...@apache.org on 2003/08/17 08:25:02 UTC

cvs commit: httpd-apreq ToDo

stas        2003/08/16 23:25:02

  Modified:    .        ToDo
  Log:
  need to require httpd 2.0.46
  
  Revision  Changes    Path
  1.14      +3 -0      httpd-apreq/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/ToDo,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ToDo	25 Jun 2003 08:16:33 -0000	1.13
  +++ ToDo	17 Aug 2003 06:25:02 -0000	1.14
  @@ -1,3 +1,6 @@
  +o httpd 2.0.46 is a requirement, need to add the check in ./configure
  +  and abort if not satisfied.
  +
   o Apache::Test is required early in Makefile.PL, so we can't rely on
     CPAN.pm's prereq_pm to fetch it if not available. Therefore we need
     to use Module::Install, which handles this kind of situations gracefully.