stas        2003/02/06 16:08:34

  Modified:    ModPerl-Registry Makefile.PL
  Log:
  enable SMOKE script creation for ModPerl-Registry
  
  Revision  Changes    Path
  1.7       +4 -0      modperl-2.0/ModPerl-Registry/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/Makefile.PL,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.PL       14 May 2002 15:57:14 -0000      1.6
  +++ Makefile.PL       7 Feb 2003 00:08:34 -0000       1.7
  @@ -5,6 +5,7 @@
   use lib map {($_, "../$_") } qw(lib Apache-Test/lib);
   
   use ModPerl::MM ();
  +use Apache::TestSmokePerl ();
   
   # enable 'make test|clean'
   use Apache::TestMM qw(test clean);
  @@ -19,6 +20,9 @@
   # accept the configs from comman line
   Apache::TestMM::filter_args();
   Apache::TestMM::generate_script('t/TEST');
  +
  +# t/SMOKE
  +Apache::TestSmokePerl->generate_script;
   
   ModPerl::MM::WriteMakefile(
       NAME         => 'ModPerl::Registry',
  
  
  


Reply via email to