You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2002/02/21 03:53:12 UTC

cvs commit: xml-xerces/perl/DOMParse Makefile.PL

jasons      02/02/20 18:53:11

  Modified:    perl/DOMParse Makefile.PL
  Log:
  	* DOMParse/Makefile.PL (Repository):
  	Added SKIP section to make 'make' faster
  
  Revision  Changes    Path
  1.2       +1 -0      xml-xerces/perl/DOMParse/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/DOMParse/Makefile.PL,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.PL	15 Mar 2001 06:10:43 -0000	1.1
  +++ Makefile.PL	21 Feb 2002 02:53:11 -0000	1.2
  @@ -3,4 +3,5 @@
   # the contents of the Makefile that is written.
   WriteMakefile(
       'NAME'	=> 'XML::Xerces::DOMParse',
  +    'SKIP'      => [qw( test makeaperl xs_o static)],
   );
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org