dougm       02/04/06 16:49:38

  Modified:    lib/ModPerl Manifest.pm
  Log:
  apr_generate_random_bytes does not currently work on all platforms
  
  Revision  Changes    Path
  1.3       +3 -0      modperl-2.0/lib/ModPerl/Manifest.pm
  
  Index: Manifest.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Manifest.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Manifest.pm       6 Apr 2002 05:30:41 -0000       1.2
  +++ Manifest.pm       7 Apr 2002 00:49:38 -0000       1.3
  @@ -88,4 +88,7 @@
   1;
   __DATA__
   patches/
  +#very few will have Chatbot::Eliza installed
   eliza
  +#apr_generate_random_bytes does not currently work on all platforms
  +TestAPR/util.pm
  
  
  


Reply via email to