[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GT] SVN Commit r577 - trunk/GT/Analyzers



Author: thomas
Date: 2008-03-20 18:09:23 +0100 (Thu, 20 Mar 2008)
New Revision: 577

Modified:
   trunk/GT/Analyzers/Report.pm
Log:
Make pod documentation consistent.

Modified: trunk/GT/Analyzers/Report.pm
===================================================================
--- trunk/GT/Analyzers/Report.pm	2008-03-19 18:38:06 UTC (rev 576)
+++ trunk/GT/Analyzers/Report.pm	2008-03-20 17:09:23 UTC (rev 577)
@@ -12,14 +12,18 @@
 use File::Spec;
 use HTML::Mason;
 
-=head1 GT::Analyzers Report
+=head1 NAME
 
-  This module is mainly a wrapper to process a report file with
-  HTML::Mason.
+GT::Analyzers Report
 
-  This module needs HTML::Mason to display the reports and
-  Cwd and File::Spec to find out the actual path.
+=head2 DESCRIPTION
 
+This module is mainly a wrapper to process a report file with
+HTML::Mason.
+
+This module needs HTML::Mason to display the reports and
+Cwd and File::Spec to find out the actual path.
+
 =cut
 
 ############################################################