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/04/12 00:49:09 UTC

cvs commit: modperl-2.0/xs/Apache Makefile.PL

dougm       01/04/11 15:49:09

  Added:       xs/Apache Makefile.PL
  Log:
  add Makefile.PL so makemaker recurses into subdirectories
  
  Revision  Changes    Path
  1.1                  modperl-2.0/xs/Apache/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  use ExtUtils::MakeMaker;
  
  WriteMakefile(NAME => "Apache",
                VERSION => '0.01');