You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/06/28 19:23:15 UTC

cvs commit: modperl-2.0 Makefile.PL

dougm       01/06/28 10:23:14

  Modified:    .        Makefile.PL
  Log:
  exit w/ a status
  
  Revision  Changes    Path
  1.36      +1 -1      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- Makefile.PL	2001/06/28 02:59:14	1.35
  +++ Makefile.PL	2001/06/28 17:23:08	1.36
  @@ -54,7 +54,7 @@
       my $httpd_version = $build->httpd_version;
       unless ($httpd_version) {
           error 'Unable to determine server version, aborting.';
  -        exit;
  +        exit(1);
       }
   
       printf "Configuring Apache/%s mod_perl/%s Perl/v%vd\n",