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/02/24 03:10:15 UTC

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

stas        2004/02/23 18:10:15

  Modified:    perl-framework/Apache-Test/lib/Apache TestReport.pm
  Log:
  pod2man expects NAME and not Name
  
  Revision  Changes    Path
  1.11      +1 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/TestReport.pm
  
  Index: TestReport.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestReport.pm,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -u -r1.10 -r1.11
  --- TestReport.pm	12 Dec 2003 06:56:22 -0000	1.10
  +++ TestReport.pm	24 Feb 2004 02:10:15 -0000	1.11
  @@ -95,7 +95,7 @@
   1;
   __END__
   
  -=head1 Name
  +=head1 NAME
   
   Apache::TestReport - A parent class for generating bug/success reports