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/06/19 03:34:28 UTC

cvs commit: httpd-apreq Makefile.PL

stas        2003/06/18 18:34:28

  Modified:    .        Makefile.PL
  Log:
  Apache 1.03 is out, bump up the required version
  
  Revision  Changes    Path
  1.26      +1 -1      httpd-apreq/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/Makefile.PL,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- Makefile.PL	4 May 2003 19:23:31 -0000	1.25
  +++ Makefile.PL	19 Jun 2003 01:34:28 -0000	1.26
  @@ -50,7 +50,7 @@
   
   # prerequisites
   my %require = (
  -    "Apache::Test" => "1.0",
  +    "Apache::Test" => "1.03",
   );
   
   my $myVERSION = MM->parse_version('Request/Request.pm');