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 1999/01/04 19:06:09 UTC

cvs commit: modperl/t/modules module.t

dougm       99/01/04 10:06:08

  Modified:    t/modules module.t
  Log:
  extra check
  
  Revision  Changes    Path
  1.3       +2 -0      modperl/t/modules/module.t
  
  Index: module.t
  ===================================================================
  RCS file: /home/cvs/modperl/t/modules/module.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- module.t	1999/01/04 15:10:19	1.2
  +++ module.t	1999/01/04 18:06:06	1.3
  @@ -1,6 +1,8 @@
   use Apache::test;
   use Apache::src ();
   
  +skip_test unless have_module "Apache::Module"; 
  +
   unless (Apache::src->mmn_eq) {
       skip_test;
   }