Author: fperrad
Date: Mon Dec 22 06:02:24 2008
New Revision: 34243

Modified:
   trunk/lib/Parrot/Harness/Smoke.pm

Log:
[smolder]
- load proxy settings from *_proxy environment variables

Modified: trunk/lib/Parrot/Harness/Smoke.pm
==============================================================================
--- trunk/lib/Parrot/Harness/Smoke.pm   (original)
+++ trunk/lib/Parrot/Harness/Smoke.pm   Mon Dec 22 06:02:24 2008
@@ -57,6 +57,8 @@
           . '/app/developer_projects/process_add_report/'
           . $project_id;
     my $ua = LWP::UserAgent->new();
+    $ua->agent( 'Parrot::Harness::Smoke' );
+    $ua->env_proxy();
 
     # create our tags based off the test environment information
     my $tags = join(',',

Reply via email to