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/05/01 02:07:32 UTC

cvs commit: httpd-apreq Makefile.PL

stas        2003/04/30 17:07:32

  Modified:    .        Makefile.PL
  Log:
  we now require Apache::Test 1.0 or higher (older versions won't do)
  
  Revision  Changes    Path
  1.23      +1 -1      httpd-apreq/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/Makefile.PL,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- Makefile.PL	24 Apr 2003 04:34:26 -0000	1.22
  +++ Makefile.PL	1 May 2003 00:07:32 -0000	1.23
  @@ -48,7 +48,7 @@
   
   # prerequisites
   my %require = (
  -    "Apache::Test" => "", # any version will do
  +    "Apache::Test" => "1.0",
   );
   
   my $myVERSION = MM->parse_version('Request/Request.pm');