You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2004/03/25 02:29:36 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRunPerl.pm

stas        2004/03/24 17:29:36

  Modified:    perl-framework/Apache-Test/lib/Apache TestRunPerl.pm
  Log:
  add a xref to the parent class
  
  Revision  Changes    Path
  1.17      +3 -0      httpd-test/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm
  
  Index: TestRunPerl.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -u -r1.16 -r1.17
  --- TestRunPerl.pm	16 Mar 2004 03:10:32 -0000	1.16
  +++ TestRunPerl.pm	25 Mar 2004 01:29:36 -0000	1.17
  @@ -103,4 +103,7 @@
   running of the test suite. It's a subclass of C<Apache::TestRun>, and
   should be used only when you need to run mod_perl tests.
   
  +Refer to the C<Apache::TestRun> manpage for information on the
  +available API.
  +
   =cut