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 st...@apache.org on 2004/01/07 18:52:28 UTC

cvs commit: modperl-2.0/lib/ModPerl BuildMM.pm

stas        2004/01/07 09:52:28

  Modified:    lib/Apache .cvsignore
               lib/ModPerl BuildMM.pm
  Log:
  a few tweaks needed to support the new custom configuration functionality in A-T
  
  Revision  Changes    Path
  1.3       +1 -0      modperl-2.0/lib/Apache/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/.cvsignore,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- .cvsignore	5 Mar 2001 04:06:54 -0000	1.2
  +++ .cvsignore	7 Jan 2004 17:52:28 -0000	1.3
  @@ -1,3 +1,4 @@
   BuildConfig.pm
   FunctionTable.pm
   StructureTable.pm
  +TestConfigData.pm
  
  
  
  1.14      +4 -0      modperl-2.0/lib/ModPerl/BuildMM.pm
  
  Index: BuildMM.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/BuildMM.pm,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -u -r1.13 -r1.14
  --- BuildMM.pm	1 Dec 2003 04:00:35 -0000	1.13
  +++ BuildMM.pm	7 Jan 2004 17:52:28 -0000	1.14
  @@ -231,6 +231,10 @@
               #so it can be found for 'use Apache2 ()'
               next if $v =~ /Apache2\.pm$/;
   
  +            # another module generated by A-T that needs to go to the
  +            # normal @INC
  +            next if $v =~ /TestConfigData\.pm$/;
  +
               #move everything else to the Apache2/ subdir
               #unless already specified with \$(INST_LIB)
               #or already in Apache2/