|
From: <jud...@us...> - 2006-07-18 21:15:35
|
Revision: 311 Author: judith_osdl Date: 2006-07-18 14:15:32 -0700 (Tue, 18 Jul 2006) ViewCVS: http://svn.sourceforge.net/stp/?rev=311&view=rev Log Message: ----------- Fix the Exports list. Modified Paths: -------------- trunk/Test-Sut/lib/Test/Sut/Upload/EmailW.pm Modified: trunk/Test-Sut/lib/Test/Sut/Upload/EmailW.pm =================================================================== --- trunk/Test-Sut/lib/Test/Sut/Upload/EmailW.pm 2006-07-14 17:59:30 UTC (rev 310) +++ trunk/Test-Sut/lib/Test/Sut/Upload/EmailW.pm 2006-07-18 21:15:32 UTC (rev 311) @@ -25,9 +25,9 @@ use Exporter; our @ISA = qw( Test::Sut::Upload Exporter); our @EXPORT = qw( upload_all - upload_result upload_results - upload_file + encrypt_results + send_results request_details request_details_file ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |