stas        2003/08/27 18:59:28

  Modified:    t/apr-ext perlio.t
  Log:
  skip for now until the dependency on mod_perl symbols is resolved
  
  Revision  Changes    Path
  1.4       +6 -0      modperl-2.0/t/apr-ext/perlio.t
  
  Index: perlio.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/perlio.t,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- perlio.t  28 Aug 2003 01:58:32 -0000      1.3
  +++ perlio.t  28 Aug 2003 01:59:28 -0000      1.4
  @@ -13,6 +13,12 @@
   use Apache::TestUtil;
   use Apache::Build ();
   
  +# XXX: skip for now until the dependency on mod_perl symbols is resolved
  +# see STATUS for more info
  +# to see the problems run:
  +# env PERL_DL_NONLAZY=1 t/TEST -v apr-ext/perlio'
  +plan tests => 1, under_construction;
  +
   use Fcntl ();
   use File::Spec::Functions qw(catfile);
   
  
  
  

Reply via email to