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...@hyperreal.org on 1998/07/18 23:59:29 UTC

cvs commit: modperl/t/conf httpd.conf.pl

dougm       98/07/18 14:59:29

  Modified:    t/conf   httpd.conf.pl
  Log:
  not needed/broken w/ XS_IMPORT=1
  
  Revision  Changes    Path
  1.12      +2 -2      modperl/t/conf/httpd.conf.pl
  
  Index: httpd.conf.pl
  ===================================================================
  RCS file: /export/home/cvs/modperl/t/conf/httpd.conf.pl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- httpd.conf.pl	1998/05/14 03:06:59	1.11
  +++ httpd.conf.pl	1998/07/18 21:59:28	1.12
  @@ -67,12 +67,12 @@
   
   $My::config_is_perl = 1;
   
  -use Apache::Constants qw(MODULE_MAGIC_NUMBER);
  +#use Apache::Constants qw(MODULE_MAGIC_NUMBER);
   use IO::Handle ();
   use Cwd qw(fastcwd);
   my $dir = join "/", fastcwd, "t";
   my $Is_Win32 = ($^O eq "MSWin32");
  -my $mmn = MODULE_MAGIC_NUMBER;
  +#my $mmn = MODULE_MAGIC_NUMBER;
   
   sub prompt ($;$) {
       my($mess,$def) = @_;