[Rt-commit] r5442 - in Test-Chimps: trunk/lib/Test/Chimps

zev at bestpractical.com zev at bestpractical.com
Fri Jun 23 17:35:09 EDT 2006


Author: zev
Date: Fri Jun 23 17:35:06 2006
New Revision: 5442

Modified:
   Test-Chimps/   (props changed)
   Test-Chimps/trunk/lib/Test/Chimps/Client.pm

Log:
 r9686 at galvatron (orig r23):  zev | 2006-06-23 17:31:57 -0400
  r4256 at galvatron:  zev | 2006-06-22 01:10:16 -0400
  documentation cleanup
 


Modified: Test-Chimps/trunk/lib/Test/Chimps/Client.pm
==============================================================================
--- Test-Chimps/trunk/lib/Test/Chimps/Client.pm	(original)
+++ Test-Chimps/trunk/lib/Test/Chimps/Client.pm	Fri Jun 23 17:35:06 2006
@@ -25,8 +25,8 @@
 
 =head1 SYNOPSIS
 
-This module simplifies the process of sending
-C<Test::Chimps>s to a smoke server.
+This module simplifies the process of sending C<Test::Chimps::Report>s to a
+smoke server.
 
     use Test::Chimps::Report;
     use Test::Chimps::Client;
@@ -57,6 +57,10 @@
 
 =over 4
 
+=item * compress
+
+Optional.  Does not currently work
+
 =item * reports
 
 Mandatory.  The value must be an array reference which contains
@@ -67,10 +71,6 @@
 
 Mandatory.  The URI of the server script to upload the reports to.
 
-=item * compress
-
-Optional.  Does not currently work
-
 =back
 
 =cut


More information about the Rt-commit mailing list